summaryrefslogtreecommitdiff
path: root/graphics/mpeg-lib
diff options
context:
space:
mode:
authorhubertf <hubertf>1998-02-02 08:58:13 +0000
committerhubertf <hubertf>1998-02-02 08:58:13 +0000
commit928d5f7b9d7d214e572d76523ba1825457252175 (patch)
tree6c793edd466777e3ccc6ce4ab38a352948e15200 /graphics/mpeg-lib
parent83f4bc66f3b83e36f6a70013df80665f12daba20 (diff)
downloadpkgsrc-928d5f7b9d7d214e572d76523ba1825457252175.tar.gz
Remove -m argument from ldconfig calls, require the system to
have ${PREFIX}/lib in ld.so.conf instead. This ensures things even work after a reboot.
Diffstat (limited to 'graphics/mpeg-lib')
-rw-r--r--graphics/mpeg-lib/Makefile4
-rw-r--r--graphics/mpeg-lib/pkg/PLIST6
2 files changed, 5 insertions, 5 deletions
diff --git a/graphics/mpeg-lib/Makefile b/graphics/mpeg-lib/Makefile
index 299f4ac05b1..8bf01219aae 100644
--- a/graphics/mpeg-lib/Makefile
+++ b/graphics/mpeg-lib/Makefile
@@ -3,7 +3,7 @@
# Date created: 07 December 1997
# Whom: tron@lyssa.owl.de
#
-# $NetBSD: Makefile,v 1.4 1998/02/02 08:10:55 hubertf Exp $
+# $NetBSD: Makefile,v 1.5 1998/02/02 08:59:19 hubertf Exp $
DISTNAME= mpeg_lib-1.2.1
PKGNAME= mpeg-1.2.1
@@ -24,6 +24,6 @@ post-configure:
post-install:
(cd ${WRKSRC};make PREFIX=${PREFIX} includes)
- ${LDCONFIG} -m ${PREFIX}/lib || ${TRUE}
+ ${LDCONFIG} || ${TRUE}
.include <bsd.port.mk>
diff --git a/graphics/mpeg-lib/pkg/PLIST b/graphics/mpeg-lib/pkg/PLIST
index d71e7da1378..0893880abcd 100644
--- a/graphics/mpeg-lib/pkg/PLIST
+++ b/graphics/mpeg-lib/pkg/PLIST
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 1998/01/24 05:23:49 hubertf Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/02/02 09:00:01 hubertf Exp $
lib/libmpeg.a
lib/libmpeg_p.a
lib/libmpeg_pic.a
lib/libmpeg.so.1.2
-@exec /sbin/ldconfig -m %B || /usr/bin/true
-@unexec /sbin/ldconfig -m %B || /usr/bin/true
+@exec /sbin/ldconfig || /usr/bin/true
+@unexec /sbin/ldconfig || /usr/bin/true
include/mpeg.h