summaryrefslogtreecommitdiffstats
path: root/www/cgihtml
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>1998-10-10 14:32:35 +0000
committervanilla <vanilla@FreeBSD.org>1998-10-10 14:32:35 +0000
commit59b3aaab69a463ecaba84659ac76332aba50220d (patch)
tree96ae31a98cfc3b939b3be6f1a3f9e00ed25da921 /www/cgihtml
parente12ac002001f0a8405457b0d8c99958e380b0e19 (diff)
downloadFreeBSD-ports-59b3aaab69a463ecaba84659ac76332aba50220d.zip
FreeBSD-ports-59b3aaab69a463ecaba84659ac76332aba50220d.tar.gz
Add a patch for libcgihtml.so
Diffstat (limited to 'www/cgihtml')
-rw-r--r--www/cgihtml/files/Makefile1
-rw-r--r--www/cgihtml/pkg-plist1
2 files changed, 2 insertions, 0 deletions
diff --git a/www/cgihtml/files/Makefile b/www/cgihtml/files/Makefile
index 6b5f879..907544c 100644
--- a/www/cgihtml/files/Makefile
+++ b/www/cgihtml/files/Makefile
@@ -44,6 +44,7 @@ install:
${INSTALL} -c -m 644 lib${LIB}.a ${PREFIX}/lib
# ${RANLIB} -t ${PREFIX}/lib/lib${LIB}.a
${INSTALL} -c -m 644 lib${LIB}.so.${SHLIB_VER} ${PREFIX}/lib
+ @ln -s ${PREFIX}/lib/lib${LIB}.so.${SHLIB_VER} ${PREFIX}/lib/lib${LIB}.so
.for file in ${HDRS}
${INSTALL} -c -m 644 ${file} ${PREFIX}/include
.endfor
diff --git a/www/cgihtml/pkg-plist b/www/cgihtml/pkg-plist
index 2a9ed77..eb38450 100644
--- a/www/cgihtml/pkg-plist
+++ b/www/cgihtml/pkg-plist
@@ -3,6 +3,7 @@ include/cgi-llist.h
include/html-lib.h
include/string-lib.h
lib/libcgihtml.a
+lib/libcgihtml.so
lib/libcgihtml.so.1
@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R
@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B
OpenPOWER on IntegriCloud