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 /x11/dgs | |
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 'x11/dgs')
-rw-r--r-- | x11/dgs/Makefile | 1 | ||||
-rw-r--r-- | x11/dgs/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index 1d0b8399c0d8..01cfe61a1f30 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -24,6 +24,7 @@ GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config USE_GMAKE= yes USE_X_PREFIX= yes +INSTALLS_SHLIBS= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GLIB_CONFIG=${GLIB_CONFIG} MAKE_ENV= INSTALL=${INSTALL} diff --git a/x11/dgs/pkg-plist b/x11/dgs/pkg-plist index 1da7ca7d7ddc..530f425e1c72 100644 --- a/x11/dgs/pkg-plist +++ b/x11/dgs/pkg-plist @@ -44,8 +44,6 @@ lib/libpsres.a lib/libpsres.la lib/libpsres.so lib/libpsres.so.0 -@unexec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -R -@exec /usr/bin/env OBJFORMAT=%%PORTOBJFORMAT%% /sbin/ldconfig -m %B share/aclocal/path_dps.m4 share/ghostscript/5.50/Fontmap share/ghostscript/5.50/doc/Bug-form.htm |