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 /x11/dgs | |
parent | 5146cba1d9ca51f1f11a5ec365f8b409d99ecc15 (diff) | |
download | ports-5178b48938d20e336ec57a055a01cb66105cd20c.tar.gz ports-5178b48938d20e336ec57a055a01cb66105cd20c.zip |
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 '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 |