diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 09:04:55 +0800 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-15 09:04:55 +0800 |
commit | c54010f43433d6a46ee3d2484b4d98dbcecb24c0 (patch) | |
tree | c200c20995b53ca07f9f89992ecdeaf583596751 /textproc/cole | |
parent | 147fdee482ca1a335dcd09608f3b820a1dad2b40 (diff) | |
download | freebsd-ports-gnome-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.tar.gz freebsd-ports-gnome-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.tar.zst freebsd-ports-gnome-c54010f43433d6a46ee3d2484b4d98dbcecb24c0.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include security/ sysutils/ textproc/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'textproc/cole')
-rw-r--r-- | textproc/cole/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/cole/Makefile b/textproc/cole/Makefile index 03adfa686a8c..3bb1cbeb10f3 100644 --- a/textproc/cole/Makefile +++ b/textproc/cole/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A free C OLE library GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ |