aboutsummaryrefslogtreecommitdiff
path: root/www/cgiparse
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-11-13 23:20:00 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-11-13 23:20:00 +0000
commitb5b5846ca3985ea39046005a9b79ddad139bd07f (patch)
tree9a47806674a246d9bd87fe956bcfc7a5844b1dd6 /www/cgiparse
parent705c6ecc711e959a3edd283bade7a1d4041b2339 (diff)
downloadports-b5b5846ca3985ea39046005a9b79ddad139bd07f.tar.gz
ports-b5b5846ca3985ea39046005a9b79ddad139bd07f.zip
Notes
Diffstat (limited to 'www/cgiparse')
-rw-r--r--www/cgiparse/Makefile4
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.mk>