svn commit: r345990 - head/sysutils/dae

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 12:55:44 UTC 2014


Author: ehaupt
Date: Tue Feb 25 12:55:43 2014
New Revision: 345990
URL: http://svnweb.freebsd.org/changeset/ports/345990
QAT: https://qat.redports.org/buildarchive/r345990/

Log:
  Support staging

Modified:
  head/sysutils/dae/Makefile

Modified: head/sysutils/dae/Makefile
==============================================================================
--- head/sysutils/dae/Makefile	Tue Feb 25 12:53:21 2014	(r345989)
+++ head/sysutils/dae/Makefile	Tue Feb 25 12:55:43 2014	(r345990)
@@ -10,16 +10,13 @@ DISTFILES=	#none
 MAINTAINER=	light at ether.org.za
 COMMENT=	List and control system daemon
 
-MAN1=		dae.1
-
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 
-PLIST_FILES=	sbin/dae
+PLIST_FILES=	sbin/dae man/man1/dae.1.gz
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${PREFIX}/sbin/dae
-	@${INSTALL_MAN} ${FILESDIR}/dae.1 ${MAN1PREFIX}/man/man1
+	@${INSTALL_SCRIPT} ${FILESDIR}/dae.sh ${STAGEDIR}${PREFIX}/sbin/dae
+	@${INSTALL_MAN} ${FILESDIR}/dae.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list