summaryrefslogtreecommitdiff
path: root/graphics/gd1/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-27 21:26:46 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-27 21:26:46 +0000
commit5cb55aa1390fd21056bdd9a76f368ec61f19ca02 (patch)
treefb132b05a00a30671640f1fe1710cf1f0693ea89 /graphics/gd1/Makefile
parentThanks to a repository copy (by Satoshi) of pkg/INSTALL.{tcl,wi}sh (diff)
Build and install the shared library again.
PR: 15313 Submitted by: Ade Lovett <ade@lovett.com>
Notes
Notes: svn path=/head/; revision=24166
Diffstat (limited to 'graphics/gd1/Makefile')
-rw-r--r--graphics/gd1/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gd1/Makefile b/graphics/gd1/Makefile
index 89260397c911..aa2096077f2c 100644
--- a/graphics/gd1/Makefile
+++ b/graphics/gd1/Makefile
@@ -22,4 +22,7 @@ USE_XLIB= YES
pre-install:
${MKDIR} ${PREFIX}/include/gd
+post-install:
+ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+
.include <bsd.port.mk>