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 /graphics/gd1 | |
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 'graphics/gd1')
-rw-r--r-- | graphics/gd1/Makefile | 7 | ||||
-rw-r--r-- | graphics/gd1/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile index c2b017da4148..f52d25594171 100644 --- a/graphics/gd1/Makefile +++ b/graphics/gd1/Makefile @@ -19,9 +19,11 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ LIB_DEPENDS+= ttf.4:${PORTSDIR}/print/freetype \ Xpm.4:${PORTSDIR}/graphics/xpm -USE_XLIB= YES +USE_XLIB= yes .endif +INSTALLS_SHLIBS= yes + pre-fetch: .if !defined(WITH_X11) @${ECHO} -n "If you want to compile in X support use " @@ -31,7 +33,4 @@ pre-fetch: pre-install: ${MKDIR} ${PREFIX}/include/gd -post-install: - ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib - .include <bsd.port.mk> diff --git a/graphics/gd1/pkg-plist b/graphics/gd1/pkg-plist index 2f698a654f5f..b72a1755a32b 100644 --- a/graphics/gd1/pkg-plist +++ b/graphics/gd1/pkg-plist @@ -18,5 +18,3 @@ lib/libgd.a lib/libgd.so lib/libgd.so.1 @dirrm include/gd -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R |