svn commit: r345999 - head/sysutils/host-setup

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 13:42:34 UTC 2014


Author: ehaupt
Date: Tue Feb 25 13:42:33 2014
New Revision: 345999
URL: http://svnweb.freebsd.org/changeset/ports/345999
QAT: https://qat.redports.org/buildarchive/r345999/

Log:
  Support staging

Modified:
  head/sysutils/host-setup/Makefile

Modified: head/sysutils/host-setup/Makefile
==============================================================================
--- head/sysutils/host-setup/Makefile	Tue Feb 25 13:41:11 2014	(r345998)
+++ head/sysutils/host-setup/Makefile	Tue Feb 25 13:42:33 2014	(r345999)
@@ -11,12 +11,10 @@ COMMENT=	System configuration setup/mana
 
 NO_BUILD=	yes
 
-PLIST_FILES=	sbin/${PORTNAME}
-MAN1=		${PORTNAME}.1
+PLIST_FILES=	sbin/${PORTNAME} man/man1/${PORTNAME}.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
-	${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1/
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list