From b5b5846ca3985ea39046005a9b79ddad139bd07f Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Mon, 13 Nov 2000 23:20:00 +0000 Subject: Make libcgiparse.so symlink in post-install target so this port packages. While I'm here, add INSTALLS_SHLIB since this port obviously does so. Submitted by: bento (first half) --- www/cgiparse/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'www') diff --git a/www/cgiparse/Makefile b/www/cgiparse/Makefile index 7d4e0aa881c4..466af1c925b3 100644 --- a/www/cgiparse/Makefile +++ b/www/cgiparse/Makefile @@ -17,5 +17,9 @@ LIB_DEPENDS= mime.1:${PORTSDIR}/devel/mime:install GNU_CONFIGURE= yes MAN3= cgiclose.3 cgigetvalue.3 cginewquerystr.3 +INSTALLS_SHLIB= yes + +post-install: + ${LN} -sf libcgiparse.so.1 ${PREFIX}/lib/libcgiparse.so .include -- cgit v1.2.3