aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-28 21:35:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-28 21:35:22 +0800
commit550549e0149b4595056df91382fdd6dc53dc29cf (patch)
tree328f43a8dde84f6ede9921dc1186736c1c2c2e7d /security
parentc9404864074eee8d194e6e3dbbb30cb60297e741 (diff)
downloadfreebsd-ports-gnome-550549e0149b4595056df91382fdd6dc53dc29cf.tar.gz
freebsd-ports-gnome-550549e0149b4595056df91382fdd6dc53dc29cf.tar.zst
freebsd-ports-gnome-550549e0149b4595056df91382fdd6dc53dc29cf.zip
- Support staging
- USES -> gmake
Diffstat (limited to 'security')
-rw-r--r--security/ranpwd/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/security/ranpwd/Makefile b/security/ranpwd/Makefile
index 8c562db16789..9bdba7bfb9f7 100644
--- a/security/ranpwd/Makefile
+++ b/security/ranpwd/Makefile
@@ -17,15 +17,13 @@ COMMENT= Tool to generate random passwords
LICENSE= GPLv2 # (or later)
-USE_GMAKE= yes
+USES= gmake
GNU_CONFIGURE= yes
-MAN1= ranpwd.1
-PLIST_FILES= bin/ranpwd
+PLIST_FILES= bin/ranpwd man/man1/ranpwd.1.gz
-NO_STAGE= yes
do-install:
- (cd ${WRKSRC} && ${INSTALL_PROGRAM} ranpwd ${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_MAN} ranpwd.1 ${MANPREFIX}/man/man1)
+ ${INSTALL_PROGRAM} ${WRKSRC}/ranpwd ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ranpwd.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>