svn commit: r344745 - head/dns/dnsproxy

Baptiste Daroussin bapt at FreeBSD.org
Mon Feb 17 13:32:27 UTC 2014


Author: bapt
Date: Mon Feb 17 13:32:26 2014
New Revision: 344745
URL: http://svnweb.freebsd.org/changeset/ports/344745
QAT: https://qat.redports.org/buildarchive/r344745/

Log:
  Support stage

Modified:
  head/dns/dnsproxy/Makefile

Modified: head/dns/dnsproxy/Makefile
==============================================================================
--- head/dns/dnsproxy/Makefile	Mon Feb 17 13:30:16 2014	(r344744)
+++ head/dns/dnsproxy/Makefile	Mon Feb 17 13:32:26 2014	(r344745)
@@ -15,22 +15,16 @@ GNU_CONFIGURE=	yes
 
 USE_RC_SUBR=	dnsproxy
 
-MAN1=		dnsproxy.1
-PLIST_FILES=	sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample
+PLIST_FILES=	sbin/dnsproxy etc/${PORTNAME}/dnsproxy.conf.sample \
+		man/man1/dnsproxy.1.gz
 
 SUB_FILES=	pkg-message
 PLIST_DIRS=	%%ETCDIR%%
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-install:
-	@${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${PREFIX}/sbin
-	@${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${MAN1PREFIX}/man/man1
-	@${MKDIR} ${ETCDIR}
-	@${INSTALL_DATA} ${WRKSRC}/dnsproxy.conf ${ETCDIR}/dnsproxy.conf.sample
-
-post-install:
-	${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/dnsproxy ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_MAN} ${WRKSRC}/dnsproxy.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
+	@${MKDIR} ${STAGEDIR}${ETCDIR}
+	${INSTALL_DATA} ${WRKSRC}/dnsproxy.conf ${STAGEDIR}${ETCDIR}/dnsproxy.conf.sample
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list