diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 09:56:58 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 09:56:58 +0000 |
commit | 9ff4d01a3d0ba549bb48b9c6987de8580ea795c4 (patch) | |
tree | 213d40751726304d5eb58e4adc68b7f859dcfc8d /archivers/libcabinet | |
parent | 912a19e0c677da3d51cc82bdbdae7e89371b7df3 (diff) | |
download | ports-9ff4d01a3d0ba549bb48b9c6987de8580ea795c4.tar.gz ports-9ff4d01a3d0ba549bb48b9c6987de8580ea795c4.zip |
Notes
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$//} |