diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-06 09:13:28 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-06 09:13:28 +0800 |
commit | b54f61f42df39ebb62ac69ee16314b71127f0fca (patch) | |
tree | ca912c62e306c4617c741890b137250f5ec0afe5 /net | |
parent | 632f5e970912acd7e8554636b56767e9b6bcdef8 (diff) | |
download | freebsd-ports-gnome-b54f61f42df39ebb62ac69ee16314b71127f0fca.tar.gz freebsd-ports-gnome-b54f61f42df39ebb62ac69ee16314b71127f0fca.tar.zst freebsd-ports-gnome-b54f61f42df39ebb62ac69ee16314b71127f0fca.zip |
Added INSTALLS_SHLIB to Makefile. Informed maintainer.
Diffstat (limited to 'net')
-rw-r--r-- | net/libicq2000/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/libicq2000/Makefile b/net/libicq2000/Makefile index 54d712e08d66..134e86083f2b 100644 --- a/net/libicq2000/Makefile +++ b/net/libicq2000/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= sigc.1:${PORTSDIR}/devel/libsigc++ USE_LIBTOOL= yes USE_REINPLACE= yes +INSTALLS_SHLIB= yes MAN1= libicq2000-config.1 @@ -44,4 +45,5 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif + .include <bsd.port.mk> |