summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-11-01 01:58:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-11-01 01:58:17 +0000
commita2ab2322b1ae7141cdb2a8d718cfb45ea92aae58 (patch)
tree6b271258e936c65b5782c13e153686730f27b8fd /graphics
parentAdd some missing manpages. (diff)
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>
Notes
Notes: svn path=/head/; revision=22787
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>