Use automatic shared object handling

This commit is contained in:
agc 1998-07-15 11:57:30 +00:00
parent 66efb70e07
commit c5543eb5a0
10 changed files with 10 additions and 31 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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"

View file

@ -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

View file

@ -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' \

View file

@ -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

View file

@ -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"

View file

@ -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