aboutsummaryrefslogtreecommitdiffstats
path: root/security/gpgdir
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2014-05-01 09:42:38 +0800
committeradamw <adamw@FreeBSD.org>2014-05-01 09:42:38 +0800
commit4193822cf8d93383dc8f9f6186609a67b2350005 (patch)
tree7d2afea24bed5487a0bed70a4ce863d70ee3d368 /security/gpgdir
parentad2f39a8b4fdf5d89647810e8a01030f3f768456 (diff)
downloadfreebsd-ports-gnome-4193822cf8d93383dc8f9f6186609a67b2350005.tar.gz
freebsd-ports-gnome-4193822cf8d93383dc8f9f6186609a67b2350005.tar.zst
freebsd-ports-gnome-4193822cf8d93383dc8f9f6186609a67b2350005.zip
STAGE support, and general cleanups. Some of the changes are a
bit more aggressive, but at this point, if I'm staging your port, you've likely stopped caring what's done to it.
Diffstat (limited to 'security/gpgdir')
-rw-r--r--security/gpgdir/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/security/gpgdir/Makefile b/security/gpgdir/Makefile
index fb9d0d433b48..baa64ddd5f88 100644
--- a/security/gpgdir/Makefile
+++ b/security/gpgdir/Makefile
@@ -20,12 +20,10 @@ NO_BUILD= yes
USE_PERL5= run
USES= perl5
-MAN1= gpgdir.1
-PLIST_FILES= bin/gpgdir
+PLIST_FILES= bin/gpgdir man/man1/gpgdir.1.gz
-NO_STAGE= yes
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${MANPREFIX}/man/man1/
+ ${INSTALL_SCRIPT} ${WRKSRC}/gpgdir ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/gpgdir.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>