diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-14 17:56:58 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-14 17:56:58 +0800 |
commit | 30da2b610139191d26e19268dc9011f760fa3c17 (patch) | |
tree | 33c021ff0a9d319c5b8744227b6b27ceea5a9b3b /archivers/libcabinet | |
parent | 795f397e9681c9841a585258ede7aa8491d50be0 (diff) | |
download | freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.tar.gz freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.tar.zst freebsd-ports-gnome-30da2b610139191d26e19268dc9011f760fa3c17.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
Diffstat (limited to 'archivers/libcabinet')
-rw-r--r-- | archivers/libcabinet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/libcabinet/Makefile b/archivers/libcabinet/Makefile index ec68e2ebd03f..c5bdcc4785e3 100644 --- a/archivers/libcabinet/Makefile +++ b/archivers/libcabinet/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.bsd-geek.de/FreeBSD/distfiles/ MAINTAINER= ports@FreeBSD.org COMMENT= A portable library and utility to use Microsoft cabinet files (.cab) -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes SRCFILE= ${WRKSRC}/listcab.cpp PROGFILE= ${SRCFILE:S/.cpp$//} |