svn commit: r348232 - head/security/gwee

Emanuel Haupt ehaupt at FreeBSD.org
Fri Mar 14 13:54:33 UTC 2014


Author: ehaupt
Date: Fri Mar 14 13:54:31 2014
New Revision: 348232
URL: http://svnweb.freebsd.org/changeset/ports/348232
QAT: https://qat.redports.org/buildarchive/r348232/

Log:
  Support staging

Modified:
  head/security/gwee/Makefile

Modified: head/security/gwee/Makefile
==============================================================================
--- head/security/gwee/Makefile	Fri Mar 14 13:52:35 2014	(r348231)
+++ head/security/gwee/Makefile	Fri Mar 14 13:54:31 2014	(r348232)
@@ -17,16 +17,14 @@ USE_PYTHON=	yes
 LDFLAGS+=	-lssl -lcrypto
 CFLAGS+=	-DWITH_SSL
 
-MAN1=		gwee.1
-PLIST_FILES=	bin/gwee
+PLIST_FILES=	bin/gwee man/man1/gwee.1.gz
 
-NO_STAGE=	yes
 do-build:
 	${CC} ${CFLAGS} ${LDFLAGS} ${WRKSRC}/${PORTNAME}.c \
 		-o ${WRKSRC}/${PORTNAME}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list