summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragc <agc>1998-07-15 11:57:30 +0000
committeragc <agc>1998-07-15 11:57:30 +0000
commita580dc9368884d11be5a8b4b10e3a98cad6b654e (patch)
tree51a5ef9927810fdb1e828b80cbeab4658492beab
parent417d36852db7e0a3f19c9d90098dd3ccc859963e (diff)
downloadpkgsrc-a580dc9368884d11be5a8b4b10e3a98cad6b654e.tar.gz
Use automatic shared object handling
-rw-r--r--converters/uulib/Makefile3
-rw-r--r--converters/uulib/pkg/PLIST4
-rw-r--r--emulators/compat11/Makefile5
-rw-r--r--emulators/compat12/Makefile5
-rw-r--r--emulators/wine/Makefile3
-rw-r--r--emulators/wine/pkg/PLIST5
-rw-r--r--mail/faces/Makefile3
-rw-r--r--mail/faces/pkg/PLIST4
-rw-r--r--x11/lesstif-current/Makefile5
-rw-r--r--x11/lesstif-current/pkg/PLIST4
10 files changed, 10 insertions, 31 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile
index a085f2aaefc..82b158c4812 100644
--- a/converters/uulib/Makefile
+++ b/converters/uulib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/07/14 22:58:24 tron Exp $
+# $NetBSD: Makefile,v 1.9 1998/07/15 11:57:30 agc Exp $
# FreeBSD Id: Makefile,v 1.14 1998/02/18 22:20:02 hoek Exp
#
@@ -25,7 +25,6 @@ DOCFILES= HISTORY doc/Makefile doc/README doc/binhex.fig \
do-install:
${INSTALL_DATA} ${WRKSRC}/uulib/libuu.so.1.0 ${PREFIX}/lib
- @${LDCONFIG} || ${TRUE}
${INSTALL_DATA} ${WRKSRC}/uulib/libuu.a ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}/uulib/uudeview.h ${PREFIX}/include/uu.h
${SED} -e 's|FUNKYTOKENHERE|${PREFIX}|g' <${FILESDIR}/uulib.3 >${WRKSRC}/uulib.3
diff --git a/converters/uulib/pkg/PLIST b/converters/uulib/pkg/PLIST
index d7f8e52b378..9533ea2700d 100644
--- a/converters/uulib/pkg/PLIST
+++ b/converters/uulib/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 1998/03/01 22:28:59 tron Exp $
+@comment $NetBSD: PLIST,v 1.3 1998/07/15 11:57:30 agc Exp $
lib/libuu.a
lib/libuu.so.1.0
include/uu.h
@@ -15,5 +15,3 @@ share/doc/uulib/porting.notes
share/doc/uulib/HISTORY
@dirrm share/doc/uulib
man/man3/uulib.3.gz
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
diff --git a/emulators/compat11/Makefile b/emulators/compat11/Makefile
index 6d910114f97..8fff5c870a7 100644
--- a/emulators/compat11/Makefile
+++ b/emulators/compat11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1998/07/03 23:30:09 tron Exp $
+# $NetBSD: Makefile,v 1.8 1998/07/15 12:01:41 agc Exp $
#
DISTNAME= compat11
@@ -21,9 +21,6 @@ PLIST_SRC= ${WRKSRC}/.PLIST
pre-configure:
@${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
# for sun3x in 1.3.x, get sun3 package
diff --git a/emulators/compat12/Makefile b/emulators/compat12/Makefile
index f81d6875c5d..ae7f594acf4 100644
--- a/emulators/compat12/Makefile
+++ b/emulators/compat12/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1998/07/03 23:30:09 tron Exp $
+# $NetBSD: Makefile,v 1.7 1998/07/15 12:01:42 agc Exp $
#
DISTNAME= compat12
@@ -19,9 +19,6 @@ PLIST_SRC= ${WRKSRC}/.PLIST
post-extract:
@${INSTALL} -c -m 755 ${FILESDIR}/configure ${WRKSRC}
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
# for sun3x in 1.3.x, get sun3 package
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile
index f7b74d86355..61a1d76e539 100644
--- a/emulators/wine/Makefile
+++ b/emulators/wine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 1998/07/04 09:18:56 mycroft Exp $
+# $NetBSD: Makefile,v 1.11 1998/07/15 12:14:24 agc Exp $
DISTNAME= Wine-980614
PKGNAME= wine-980614
@@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --enable-dll
WRKSRC= ${WRKDIR}/${PKGNAME}
post-install:
- ${LDCONFIG} || ${TRUE}
${INSTALL_DATA} ${WRKSRC}/wine.ini ${PREFIX}/etc/wine.conf.example
.include "../../mk/bsd.pkg.mk"
diff --git a/emulators/wine/pkg/PLIST b/emulators/wine/pkg/PLIST
index 2651b2582ea..0b6fdf438d4 100644
--- a/emulators/wine/pkg/PLIST
+++ b/emulators/wine/pkg/PLIST
@@ -1,12 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 1998/06/18 23:48:55 tron Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/07/15 12:14:24 agc Exp $
bin/wine
etc/wine.conf.example
-@unexec rm -f %D/etc/wine.conf
include/wine/windows.h
include/wine/wintypes.h
lib/libwine.so.1.0
lib/wine.sym
man/man1/wine.1
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
@dirrm include/wine
diff --git a/mail/faces/Makefile b/mail/faces/Makefile
index 6473e488f93..96f4e26ebdd 100644
--- a/mail/faces/Makefile
+++ b/mail/faces/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/06/18 15:25:24 agc Exp $
+# $NetBSD: Makefile,v 1.9 1998/07/15 12:17:01 agc Exp $
# FreeBSD Id: Makefile,v 1.5 1997/11/17 18:47:53 max Exp
#
@@ -22,7 +22,6 @@ post-configure:
PLIST_SRC= ${WRKDIR}/.PLIST-src
post-install:
- ${LDCONFIG} || ${TRUE}
${LN} -f ${PREFIX}/man/man1/compface.1 ${PREFIX}/man/man1/uncompface.1
${LN} -f ${PREFIX}/man/man3/compface.3 ${PREFIX}/man/man3/uncompface.3
@${SED} -e 's|@localbase@|'${LOCALBASE}'|g' \
diff --git a/mail/faces/pkg/PLIST b/mail/faces/pkg/PLIST
index a04c42655a9..b7acb9d7339 100644
--- a/mail/faces/pkg/PLIST
+++ b/mail/faces/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 1998/03/08 02:31:57 agc Exp $
+@comment $NetBSD: PLIST,v 1.6 1998/07/15 12:17:02 agc Exp $
@cwd @localbase@
share/faces/machine.tab
share/faces/people.tab
@@ -9,8 +9,6 @@ man/man1/compface.1.gz
man/man1/uncompface.1.gz
lib/libcompface.a
lib/libcompface.so.1.0
-@exec /sbin/ldconfig || /usr/bin/true
-@unexec /sbin/ldconfig || /usr/bin/true
include/compface.h
man/man3/compface.3.gz
man/man3/uncompface.3.gz
diff --git a/x11/lesstif-current/Makefile b/x11/lesstif-current/Makefile
index bcb1ef8433d..feb4dcb5ce6 100644
--- a/x11/lesstif-current/Makefile
+++ b/x11/lesstif-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/07/03 23:30:10 tron Exp $
+# $NetBSD: Makefile,v 1.9 1998/07/15 12:20:05 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp
#
@@ -29,7 +29,4 @@ pre-fetch:
return 1; \
fi
-post-install:
- ${LDCONFIG} || ${TRUE}
-
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/lesstif-current/pkg/PLIST b/x11/lesstif-current/pkg/PLIST
index 3854fe8cac2..517be4a3c8b 100644
--- a/x11/lesstif-current/pkg/PLIST
+++ b/x11/lesstif-current/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 1998/05/25 21:19:55 frueauf Exp $
+@comment $NetBSD: PLIST,v 1.4 1998/07/15 12:20:05 agc Exp $
bin/mwm
bin/mxmkmf
bin/uil
@@ -301,8 +301,6 @@ man/man3/XmToggleButtonGadget.3
man/man3/XmVendorShellExt.3
man/man3/XmWorld.3
man/man5/mwmrc.5
-@exec ldconfig || /usr/bin/true
-@unexec ldconfig || /usr/bin/true
@dirrm lib/X11/mwm
@dirrm lib/X11/lesstif
@dirrm include/Xm