diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-15 16:44:16 +0000 |
commit | 1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97 (patch) | |
tree | 793d58c7df7e7a6a8851050e7e17a32a176a9a93 /textproc/xls2xml | |
parent | cefa94ae8b4b952fa2ed775be89954f487d66f73 (diff) | |
download | ports-1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97.tar.gz ports-1de95a9ce1b6eaced7531fa61e3c1dd2b0280f97.zip |
First round of INSTALL_SHLIB fixes.
Notes
Notes:
svn path=/head/; revision=29613
Diffstat (limited to 'textproc/xls2xml')
-rw-r--r-- | textproc/xls2xml/Makefile | 1 | ||||
-rw-r--r-- | textproc/xls2xml/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/textproc/xls2xml/Makefile b/textproc/xls2xml/Makefile index 6280db26971d..4d391397491b 100644 --- a/textproc/xls2xml/Makefile +++ b/textproc/xls2xml/Makefile @@ -17,5 +17,6 @@ LIB_DEPENDS= cole.2:${PORTSDIR}/textproc/cole \ xml.5:${PORTSDIR}/textproc/libxml USE_LIBTOOL= yes +INSTALL_SHLIBS= yes .include <bsd.port.mk> diff --git a/textproc/xls2xml/pkg-plist b/textproc/xls2xml/pkg-plist index 3a4dcc496635..2fff33147538 100644 --- a/textproc/xls2xml/pkg-plist +++ b/textproc/xls2xml/pkg-plist @@ -7,6 +7,4 @@ include/xls2xml/xmldoc.h lib/libxls2xml.a lib/libxls2xml.so lib/libxls2xml.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R @dirrm include/xls2xml |