From 74bbdb749b819e0b739b6c35f76d4888c3004b08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 25 Oct 2004 13:55:21 +0000 Subject: [PATCH] Braino: install the file with correct name. --- security/pear-Auth_HTTP/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 .include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"