Date: Wed, 19 Feb 2014 11:57:29 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345078 - head/dns/dnsflood Message-ID: <201402191157.s1JBvT6s010226@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 19 11:57:29 2014 New Revision: 345078 URL: http://svnweb.freebsd.org/changeset/ports/345078 QAT: https://qat.redports.org/buildarchive/r345078/ Log: Support staging Modified: head/dns/dnsflood/Makefile Modified: head/dns/dnsflood/Makefile ============================================================================== --- head/dns/dnsflood/Makefile Wed Feb 19 11:55:56 2014 (r345077) +++ head/dns/dnsflood/Makefile Wed Feb 19 11:57:29 2014 (r345078) @@ -12,7 +12,6 @@ MAINTAINER= zi@FreeBSD.org COMMENT= DNS flood detector LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/dns_flood_detector_1.2 @@ -20,19 +19,18 @@ PLIST_FILES= sbin/dns_flood_detector USE_RC_SUBR= dnsflood PORTDOCS= README -NO_STAGE= yes +OPTIONS_DEFINE= DOCS + pre-patch: @${LN} -sf ${WRKSRC}/makefiles/Makefile-FreeBSD ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/dns_flood_detector ${PREFIX}/sbin + ${INSTALL_PROGRAM} ${WRKSRC}/dns_flood_detector ${STAGEDIR}${PREFIX}/sbin post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402191157.s1JBvT6s010226>