diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-25 13:55:21 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2004-10-25 13:55:21 +0000 |
commit | 74bbdb749b819e0b739b6c35f76d4888c3004b08 (patch) | |
tree | dd065c79a4cfb2e1b1676eb74343f4999c381b77 /security | |
parent | 002f2151d0ba0ac82caf246ece362575c036c1b1 (diff) | |
download | ports-74bbdb749b819e0b739b6c35f76d4888c3004b08.tar.gz ports-74bbdb749b819e0b739b6c35f76d4888c3004b08.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/pear-Auth_HTTP/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/pear-Auth_HTTP/Makefile b/security/pear-Auth_HTTP/Makefile index 50b612671ba6..3a4cfb238a7b 100644 --- a/security/pear-Auth_HTTP/Makefile +++ b/security/pear-Auth_HTTP/Makefile @@ -17,7 +17,10 @@ BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ RUN_DEPENDS= ${BUILD_DEPENDS} CATEGORY= Auth -FILES= Auth_HTTP.php +FILES= HTTP.php + +post-extract: + (cd ${WRKSRC} && ln -s Auth_HTTP.php HTTP.php) .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" |