aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Auth_HTTP
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2004-10-25 13:55:21 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2004-10-25 13:55:21 +0000
commit74bbdb749b819e0b739b6c35f76d4888c3004b08 (patch)
treedd065c79a4cfb2e1b1676eb74343f4999c381b77 /security/pear-Auth_HTTP
parent002f2151d0ba0ac82caf246ece362575c036c1b1 (diff)
downloadports-74bbdb749b819e0b739b6c35f76d4888c3004b08.tar.gz
ports-74bbdb749b819e0b739b6c35f76d4888c3004b08.zip
Notes
Diffstat (limited to 'security/pear-Auth_HTTP')
-rw-r--r--security/pear-Auth_HTTP/Makefile5
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"