svn commit: r346148 - head/sysutils/pwsafe

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 26 08:46:29 UTC 2014


Author: ehaupt
Date: Wed Feb 26 08:46:29 2014
New Revision: 346148
URL: http://svnweb.freebsd.org/changeset/ports/346148
QAT: https://qat.redports.org/buildarchive/r346148/

Log:
  Support staging

Modified:
  head/sysutils/pwsafe/Makefile

Modified: head/sysutils/pwsafe/Makefile
==============================================================================
--- head/sysutils/pwsafe/Makefile	Wed Feb 26 08:44:28 2014	(r346147)
+++ head/sysutils/pwsafe/Makefile	Wed Feb 26 08:46:29 2014	(r346148)
@@ -13,13 +13,11 @@ COMMENT=	Cmdline program that manages en
 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>


More information about the svn-ports-all mailing list