summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib
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/mpeg-lib
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/mpeg-lib')
-rw-r--r--graphics/mpeg-lib/Makefile5
-rw-r--r--graphics/mpeg-lib/pkg-plist1
2 files changed, 5 insertions, 1 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile
index 04a57cd45f1f..1a0f2a2a017e 100644
--- a/graphics/mpeg-lib/Makefile
+++ b/graphics/mpeg-lib/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 November 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1995/04/01 12:45:52 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/09 07:09:35 asami Exp $
#
DISTNAME= mpeg_lib-1.1
@@ -16,4 +16,7 @@ pre-install:
@mkdir -p ${PREFIX}/bin ${PREFIX}/lib ${PREFIX}/include
@mkdir -p ${PREFIX}/man/man1 ${PREFIX}/man/man3
+post-install:
+ ldconfig -m ${PREFIX}/lib
+
.include <bsd.port.mk>
diff --git a/graphics/mpeg-lib/pkg-plist b/graphics/mpeg-lib/pkg-plist
index 88ea71bb4a94..589fb5ab1ea0 100644
--- a/graphics/mpeg-lib/pkg-plist
+++ b/graphics/mpeg-lib/pkg-plist
@@ -1,4 +1,5 @@
@cwd /usr/local
lib/libmpeg.a
lib/libmpeg.so.1.1
+@exec ldconfig -m %B
include/mpeg.h