diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-16 10:38:50 +0000 |
commit | 5178b48938d20e336ec57a055a01cb66105cd20c (patch) | |
tree | 7b629f06e72f052bb88c209caf447e4bb6077033 /devel/gettext-old | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Notes
Notes:
svn path=/head/; revision=29636
Diffstat (limited to 'devel/gettext-old')
-rw-r--r-- | devel/gettext-old/Makefile | 1 | ||||
-rw-r--r-- | devel/gettext-old/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile index 9510fc6085d4..c66dce587751 100644 --- a/devel/gettext-old/Makefile +++ b/devel/gettext-old/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= gettext MAINTAINER= reg@FreeBSD.org USE_LIBTOOL= yes +INSTALLS_SHLIBS= yes PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} diff --git a/devel/gettext-old/pkg-plist b/devel/gettext-old/pkg-plist index ad24b701e017..9e23936a2dbd 100644 --- a/devel/gettext-old/pkg-plist +++ b/devel/gettext-old/pkg-plist @@ -13,8 +13,6 @@ include/libintl.h lib/libintl.a lib/libintl.so lib/libintl.so.1 -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R share/aclocal/gettext.m4 share/aclocal/lcmessage.m4 share/aclocal/progtest.m4 |