pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/gpg-tui



Module Name:    pkgsrc
Committed By:   pin
Date:           Thu May 25 18:53:17 UTC 2023

Modified Files:
        pkgsrc/security/gpg-tui: Makefile

Log Message:
security/gpg-tui: clean-up Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/security/gpg-tui/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/gpg-tui/Makefile
diff -u pkgsrc/security/gpg-tui/Makefile:1.27 pkgsrc/security/gpg-tui/Makefile:1.28
--- pkgsrc/security/gpg-tui/Makefile:1.27       Thu May 25 18:52:07 2023
+++ pkgsrc/security/gpg-tui/Makefile    Thu May 25 18:53:17 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2023/05/25 18:52:07 pin Exp $
+# $NetBSD: Makefile,v 1.28 2023/05/25 18:53:17 pin Exp $
 
 DISTNAME=      gpg-tui-0.9.6
 CATEGORIES=    security
@@ -22,9 +22,6 @@ RUSTFLAGS+=   -C link-arg=${COMPILER_RPATH
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 ${PKGMANDIR}/man5
 
-#do-install:
-#      ${INSTALL_PROGRAM} ${WRKSRC}/target/release/gpg-tui \
-               ${DESTDIR}${PREFIX}/bin
 post-install:
        ${INSTALL_MAN} ${WRKSRC}/man/gpg-tui.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1



Home | Main Index | Thread Index | Old Index