pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/passphrase



Module Name:    pkgsrc
Committed By:   nikita
Date:           Wed Apr 24 21:21:29 UTC 2024

Modified Files:
        pkgsrc/security/passphrase: Makefile

Log Message:
passphrase: fix strip


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/passphrase/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/passphrase/Makefile
diff -u pkgsrc/security/passphrase/Makefile:1.12 pkgsrc/security/passphrase/Makefile:1.13
--- pkgsrc/security/passphrase/Makefile:1.12    Wed Apr 24 20:27:39 2024
+++ pkgsrc/security/passphrase/Makefile Wed Apr 24 21:21:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/04/24 20:27:39 nikita Exp $
+# $NetBSD: Makefile,v 1.13 2024/04/24 21:21:29 nikita Exp $
 
 DISTNAME=      1.8
 PKGNAME=       passphrase-1.8
@@ -13,10 +13,6 @@ LICENSE=     mit
 
 WRKSRC=                ${WRKDIR}/${PKGNAME_NOREV}
 
-.if ${MKDEBUG:Uyes:M[yY][eE][sS]} && ${INSTALL_UNSTRIPPED:Uyes:tl} == yes
-ZIGBUILDARGS+=         -Dstrip=true
-.endif
-
 CONFLICTS+=    py[0-9]*-pyutil-[0-9]*
 
 SUBST_CLASSES+=                mandir



Home | Main Index | Thread Index | Old Index