aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-11-01 09:58:17 +0800
committersteve <steve@FreeBSD.org>1999-11-01 09:58:17 +0800
commitfa0258fe7c6fbe2edba347280b443eb8a1663eb7 (patch)
tree2ac063484dac82b08d6323b3d3ab0b5f83492d60 /graphics
parent31fa5e14bf2941517f5618de2c453d6f14b0a4fa (diff)
downloadfreebsd-ports-gnome-fa0258fe7c6fbe2edba347280b443eb8a1663eb7.tar.gz
freebsd-ports-gnome-fa0258fe7c6fbe2edba347280b443eb8a1663eb7.tar.zst
freebsd-ports-gnome-fa0258fe7c6fbe2edba347280b443eb8a1663eb7.zip
Remove a patch and a call to ldconfig(1) that is now handled with
'USE_LIBTOOL=yes'. PR: 13677 (9 of 10) Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gtkdps/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile
index 8a2c304a4a78..b3c9bf116b71 100644
--- a/graphics/gtkdps/Makefile
+++ b/graphics/gtkdps/Makefile
@@ -22,7 +22,4 @@ CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
USE_LIBTOOL= yes
USE_X_PREFIX= yes
-post-install:
- ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
-
.include <bsd.port.mk>