summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-06-24 11:42:32 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-06-24 11:42:32 +0000
commitd530b271d96cde879c3eb6ed8d1f6e86dee25919 (patch)
tree0f3bfcde4180f0885c812fc77254f8b7feaded8f /graphics/ImageMagick
parentAdd a "checkpatch" target that does a "patch -C" instead of a "patch". (diff)
Add
post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :)
Notes
Notes: svn path=/head/; revision=1871
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile5
-rw-r--r--graphics/ImageMagick/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index cbdb141462ca..054f278f9932 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.4 1995/04/09 07:09:14 asami Exp $
+# $Id: Makefile,v 1.5 1995/04/16 15:36:09 roberto Exp $
#
DISTNAME= ImageMagick-3.6.2
@@ -21,4 +21,7 @@ USE_IMAKE= YES
pre-build:
@(cd ${WRKSRC}/magick;make)
+post-install:
+ ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>
diff --git a/graphics/ImageMagick/pkg-plist b/graphics/ImageMagick/pkg-plist
index dc5fc99957a9..c0881760035d 100644
--- a/graphics/ImageMagick/pkg-plist
+++ b/graphics/ImageMagick/pkg-plist
@@ -1,4 +1,5 @@
/usr/X11R6/lib/libMagick.so.3.6
+@exec ldconfig -m %B
/usr/X11R6/lib/libMagick.a
/usr/X11R6/include/X11/magick/magick.h
/usr/X11R6/include/X11/magick/image.h