svn commit: r345081 - head/dns/dualserver
Emanuel Haupt
ehaupt at FreeBSD.org
Wed Feb 19 12:04:06 UTC 2014
Author: ehaupt
Date: Wed Feb 19 12:04:06 2014
New Revision: 345081
URL: http://svnweb.freebsd.org/changeset/ports/345081
QAT: https://qat.redports.org/buildarchive/r345081/
Log:
Support staging
Modified:
head/dns/dualserver/Makefile
Modified: head/dns/dualserver/Makefile
==============================================================================
--- head/dns/dualserver/Makefile Wed Feb 19 12:02:46 2014 (r345080)
+++ head/dns/dualserver/Makefile Wed Feb 19 12:04:06 2014 (r345081)
@@ -11,11 +11,10 @@ DISTNAME= ${PORTNAME}V${PORTVERSION}
MAINTAINER= rodrigo at FreeBSD.org
COMMENT= Combined DHCP/DNS server for small LANs
-USE_DOS2UNIX= yes
+USES= dos2unix
USE_RC_SUBR= dualserver
PLIST_FILES= sbin/dualserver etc/dualserver.conf.sample
-NO_STAGE= yes
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC}
@@ -24,8 +23,8 @@ do-build:
${WRKSRC}/dualserverd.cpp ${PTHREAD_LIBS}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.ini \
- ${PREFIX}/etc/${PORTNAME}.conf.sample
+ ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list