- Support staging

- USES -> gmake
This commit is contained in:
Emanuel Haupt 2014-02-28 13:35:22 +00:00
parent 7384f71e39
commit 5af7f9faf1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346512

View file

@ -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>