diff options
author | asami <asami@FreeBSD.org> | 2000-11-14 07:20:00 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-11-14 07:20:00 +0800 |
commit | 1d69c8b03663b222b9b5515abbd9c87280f4604a (patch) | |
tree | 7da90e9b4eca730b1c107d5bc0382492e7a6a7b3 /www/cgiparse/Makefile | |
parent | f36d11d49e10cf8c861811034e8ff90fa9fe2f53 (diff) | |
download | freebsd-ports-gnome-1d69c8b03663b222b9b5515abbd9c87280f4604a.tar.gz freebsd-ports-gnome-1d69c8b03663b222b9b5515abbd9c87280f4604a.tar.zst freebsd-ports-gnome-1d69c8b03663b222b9b5515abbd9c87280f4604a.zip |
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)
Diffstat (limited to 'www/cgiparse/Makefile')
-rw-r--r-- | www/cgiparse/Makefile | 4 |
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> |