diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-16 18:38:50 +0800 |
commit | c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2 (patch) | |
tree | 89e915a2bf8568be2efa2fe01c4b703bb95b0dd2 /misc/gtl | |
parent | b2066c7c70a0ccedd6a3fda853744aec2281d951 (diff) | |
download | freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.gz freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.tar.zst freebsd-ports-gnome-c7fd3f71f2bf0d16ca22b85267a8ba4df8e9b5a2.zip |
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
Diffstat (limited to 'misc/gtl')
-rw-r--r-- | misc/gtl/Makefile | 1 | ||||
-rw-r--r-- | misc/gtl/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/misc/gtl/Makefile b/misc/gtl/Makefile index 37d68091122a..099cb791292e 100644 --- a/misc/gtl/Makefile +++ b/misc/gtl/Makefile @@ -13,6 +13,7 @@ DISTNAME= GTL-${PORTVERSION} MAINTAINER= nakai@FreeBSD.org +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes USE_NEWGCC= yes diff --git a/misc/gtl/pkg-plist b/misc/gtl/pkg-plist index 4d9c1c6471f4..6a086c5c57de 100644 --- a/misc/gtl/pkg-plist +++ b/misc/gtl/pkg-plist @@ -28,6 +28,4 @@ lib/libGTL.a lib/libGTL.la lib/libGTL.so lib/libGTL.so.3 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B @dirrm include/GTL |