Date: Wed, 26 Feb 2014 07:24:08 +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: r346131 - head/mail/adcomplain Message-ID: <201402260724.s1Q7O8m6072714@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Wed Feb 26 07:24:08 2014 New Revision: 346131 URL: http://svnweb.freebsd.org/changeset/ports/346131 QAT: https://qat.redports.org/buildarchive/r346131/ Log: Support staging Modified: head/mail/adcomplain/Makefile Modified: head/mail/adcomplain/Makefile ============================================================================== --- head/mail/adcomplain/Makefile Wed Feb 26 07:21:43 2014 (r346130) +++ head/mail/adcomplain/Makefile Wed Feb 26 07:24:08 2014 (r346131) @@ -20,14 +20,13 @@ NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/adcomplain -NO_STAGE= yes post-patch: cd ${WRKSRC}; \ ${CP} adcomplain.pl adcomplain.pl.old; \ ${SED} 's=%PERL5%=${PERL}=' < adcomplain.pl.old > adcomplain.pl do-install: - cd ${WRKSRC}; \ - ${INSTALL_SCRIPT} adcomplain.pl ${PREFIX}/bin/adcomplain + ${INSTALL_SCRIPT} ${WRKSRC}/adcomplain.pl \ + ${STAGEDIR}${PREFIX}/bin/adcomplain .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402260724.s1Q7O8m6072714>