Braino: install the file with correct name.

This commit is contained in:
Dag-Erling Smørgrav 2004-10-25 13:55:21 +00:00
parent 002f2151d0
commit 74bbdb749b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120155

View File

@ -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"