aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:46:29 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 08:46:29 +0000
commit495aed4ed940e0dcbbef1564bb5fbee874aa89a7 (patch)
treed357cd5de79b5196012e270d8626afb0f1a6eae6 /sysutils
parent495e6c1655768a85d1dd9e0556f26f6cfaf071d6 (diff)
downloadports-495aed4ed940e0dcbbef1564bb5fbee874aa89a7.tar.gz
ports-495aed4ed940e0dcbbef1564bb5fbee874aa89a7.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/pwsafe/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/sysutils/pwsafe/Makefile b/sysutils/pwsafe/Makefile
index c0fe4ddec692..065eecc993c2 100644
--- a/sysutils/pwsafe/Makefile
+++ b/sysutils/pwsafe/Makefile
@@ -13,13 +13,11 @@ COMMENT= Cmdline program that manages encrypted password databases
OPTIONS_DEFINE= SETUID X11
SETUID_DESC= Install setuid pwsafe binary
+USES= gmake
GNU_CONFIGURE= yes
-USE_GMAKE= yes
-MAN1= pwsafe.1
-PLIST_FILES= bin/pwsafe
+PLIST_FILES= bin/pwsafe man/man1/pwsafe.1.gz
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
@@ -33,10 +31,10 @@ CONFIGURE_ARGS= ac_cv_have_x="have_x=no" \
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/pwsafe ${PREFIX}/bin/
- ${INSTALL_MAN} ${WRKSRC}/pwsafe.1 ${PREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/pwsafe ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/pwsafe.1 ${STAGEDIR}${MANPREFIX}/man/man1
.if ${PORT_OPTIONS:MSETUID}
- ${CHMOD} u+s ${PREFIX}/bin/pwsafe
+ ${CHMOD} u+s ${STAGEDIR}${PREFIX}/bin/pwsafe
.endif
.include <bsd.port.mk>