Date: Mon, 17 Feb 2014 13:32:27 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344745 - head/dns/dnsproxy Message-ID: <201402171332.s1HDWRMq063157@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402171332.s1HDWRMq063157>