pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/security/ccid



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Oct 14 15:40:30 UTC 2024

Modified Files:
        pkgsrc/security/ccid: Makefile

Log Message:
ccid: Fix PLIST on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/security/ccid/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ccid/Makefile
diff -u pkgsrc/security/ccid/Makefile:1.47 pkgsrc/security/ccid/Makefile:1.48
--- pkgsrc/security/ccid/Makefile:1.47  Sat Aug  3 09:51:10 2024
+++ pkgsrc/security/ccid/Makefile       Mon Oct 14 15:40:30 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2024/08/03 09:51:10 nia Exp $
+# $NetBSD: Makefile,v 1.48 2024/10/14 15:40:30 nia Exp $
 
 DISTNAME=      ccid-1.6.1
 CATEGORIES=    security
@@ -29,6 +29,8 @@ SOEXT.*=              so
 PLIST_SUBST+=          SOEXT=${SOEXT}
 .if ${OPSYS} == "Darwin"
 PLIST_SUBST+=          OSNAME=MacOS
+.elif ${OPSYS} == "SunOS"
+PLIST_SUBST+=          OSNAME=Solaris
 .else
 PLIST_SUBST+=          OSNAME=${OPSYS}
 .endif



Home | Main Index | Thread Index | Old Index