summaryrefslogtreecommitdiff
path: root/graphics/jpeg-mmx/Makefile
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/jpeg-mmx/Makefile
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/jpeg-mmx/Makefile')
-rw-r--r--graphics/jpeg-mmx/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index 675d78dc5479..6a67ba54dde3 100644
--- a/graphics/jpeg-mmx/Makefile
+++ b/graphics/jpeg-mmx/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: smace
#
-# $Id: Makefile,v 1.6 1995/04/09 07:09:34 asami Exp $
+# $Id: Makefile,v 1.7 1995/04/16 02:14:19 asami Exp $
#
DISTNAME= jpegsrc.v5b
@@ -15,4 +15,7 @@ MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \
WRKSRC= ${WRKDIR}/jpeg-5b
GNU_CONFIGURE= yes
+post-install:
+ ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>