diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 00:44:16 +0800 |
commit | f359ee78885faedfb9fd1259c36133038ac50245 (patch) | |
tree | e149280677fe44f0552faf757470ea0023906ed0 /textproc | |
parent | 124867154b7cf447efaed5aa7238f231be993f70 (diff) | |
download | freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.gz freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.tar.zst freebsd-ports-gnome-f359ee78885faedfb9fd1259c36133038ac50245.zip |
First round of INSTALL_SHLIB fixes.
Diffstat (limited to 'textproc')
-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 |