diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 22:28:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 22:28:16 +0800 |
commit | a2287e35c6c1a99b8e7e624805fde4b55fde0b8e (patch) | |
tree | bfc8fd45e372be90aab9880de7059b8ea3ed000e | |
parent | baa477fda0d20bbee12e5b08c02b7a01e72fbe67 (diff) | |
download | freebsd-ports-graphics-a2287e35c6c1a99b8e7e624805fde4b55fde0b8e.tar.gz freebsd-ports-graphics-a2287e35c6c1a99b8e7e624805fde4b55fde0b8e.tar.zst freebsd-ports-graphics-a2287e35c6c1a99b8e7e624805fde4b55fde0b8e.zip |
Support staging.
-rw-r--r-- | security/p5-Yahoo-BBAuth/Makefile | 9 | ||||
-rw-r--r-- | security/p5-Yahoo-BBAuth/pkg-plist | 1 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/p5-Yahoo-BBAuth/Makefile b/security/p5-Yahoo-BBAuth/Makefile index 5eb08995d55..24e020372a1 100644 --- a/security/p5-Yahoo-BBAuth/Makefile +++ b/security/p5-Yahoo-BBAuth/Makefile @@ -15,14 +15,13 @@ RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure -MAN3= Yahoo::BBAuth.3 +SHEBANG_FILES= eg/*.cgi -NO_STAGE= yes post-install: - ${MKDIR} ${WWWDIR}/cgi-bin - ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${WWWDIR}/cgi-bin + ${MKDIR} ${STAGEDIR}${WWWDIR}/cgi-bin + ${INSTALL_SCRIPT} ${WRKSRC}/eg/* ${STAGEDIR}${WWWDIR}/cgi-bin .include <bsd.port.mk> diff --git a/security/p5-Yahoo-BBAuth/pkg-plist b/security/p5-Yahoo-BBAuth/pkg-plist index ee95df4f398..ef39a18f79d 100644 --- a/security/p5-Yahoo-BBAuth/pkg-plist +++ b/security/p5-Yahoo-BBAuth/pkg-plist @@ -2,6 +2,7 @@ %%SITE_PERL%%/Yahoo/BBAuth.pm %%WWWDIR%%/cgi-bin/testMAIL.cgi %%WWWDIR%%/cgi-bin/testPHOTOS.cgi +%%PERL5_MAN3%%/Yahoo::BBAuth.3.gz @dirrmtry %%WWWDIR%%/cgi-bin @dirrmtry %%WWWDIR%% @dirrmtry %%SITE_PERL%%/Yahoo |