Use automatic shared object handling

This commit is contained in:
agc 1998-07-15 11:46:32 +00:00
parent 54ceb4bc86
commit 66efb70e07
10 changed files with 10 additions and 31 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.10 1998/06/18 16:15:10 agc Exp $
# $NetBSD: Makefile,v 1.11 1998/07/15 11:51:57 agc Exp $
# FreeBSD Id: Makefile,v 1.10 1997/07/17 15:12:39 max Exp
#
@ -14,6 +14,5 @@ WRKSRC= ${WRKDIR}/gsm-1.0-pl10
post-install:
@strip ${PREFIX}/bin/toast
${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.6 1998/03/16 07:44:00 mycroft Exp $
@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:51:58 agc Exp $
bin/toast
bin/tcat
bin/untoast
@ -9,6 +9,4 @@ man/man3/gsm_option.3.gz
man/man3/gsm_print.3.gz
lib/libgsm.a
lib/libgsm.so.1.0.10
@exec /sbin/ldconfig || /usr/bin/true
@unexec /sbin/ldconfig || /usr/bin/true
include/gsm.h

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.9 1998/07/06 18:46:07 nathanw Exp $
# $NetBSD: Makefile,v 1.10 1998/07/15 11:54:32 agc Exp $
#
DISTNAME= pilot-link.0.8.13
@ -19,7 +19,4 @@ do-configure:
INSTALL="/usr/bin/install -c -o ${BINOWN} -g ${BINGRP}" \
${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS})
post-install:
${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.3 1998/07/06 18:46:07 nathanw Exp $
@comment $NetBSD: PLIST,v 1.4 1998/07/15 11:54:32 agc Exp $
bin/addresses
bin/ccexample
bin/debugsh
@ -67,8 +67,6 @@ lib/libpicc.a
lib/libpisock.a
lib/libpisock.la
lib/libpisock.so.3.1
@exec /sbin/ldconfig || /usr/bin/true
@unexec /sbin/ldconfig || /usr/bin/true
lib/pix/b1.gif
lib/pix/b2.gif
lib/pix/b3.gif

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 1998/06/22 12:44:30 agc Exp $
# $NetBSD: Makefile,v 1.14 1998/07/15 11:46:32 agc Exp $
# FreeBSD Id: Makefile,v 1.29 1998/01/27 01:11:47 fenner Exp
#
@ -26,7 +26,4 @@ post-extract:
test:
@(cd ${WRKSRC}; make test)
post-install:
${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:16 hubertf Exp $
@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:46:32 agc Exp $
bin/autoexpect
bin/autopasswd
bin/cryptdir
@ -29,8 +29,6 @@ lib/expect5.25/pkgIndex.tcl
lib/expect5.25/libexpect525.a
lib/libexpect525.a
lib/libexpect525.so.1.2
@exec /sbin/ldconfig || /usr/bin/true
@unexec /sbin/ldconfig || /usr/bin/true
man/man1/autoexpect.1.gz
man/man1/cryptdir.1.gz
man/man1/decryptdir.1.gz

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 1998/06/22 12:44:31 agc Exp $
# $NetBSD: Makefile,v 1.8 1998/07/15 11:48:29 agc Exp $
# FreeBSD Id: Makefile,v 1.30 1997/12/08 09:37:16 obrien Exp
#
@ -22,6 +22,5 @@ GNU_CONFIGURE= yes
post-install:
${MKDIR} ${PREFIX}/share/kaffe
${INSTALL_DATA} ${WRKSRC}/ENVIRONMENT ${WRKSRC}/license.terms ${PREFIX}/share/kaffe
${LDCONFIG} || ${TRUE}
.include "../../mk/bsd.pkg.mk"

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 1998/02/02 09:00:19 hubertf Exp $
@comment $NetBSD: PLIST,v 1.6 1998/07/15 11:48:29 agc Exp $
bin/kaffe
bin/kaffeh
bin/appletviewer
@ -32,8 +32,6 @@ lib/libzip.so.0.92
lib/libzip.so
lib/libkaffevm.so.0.92
lib/libkaffevm.so
@exec /sbin/ldconfig || /usr/bin/true
@unexec /sbin/ldconfig || /usr/bin/true
man/man1/kaffe.1.gz
share/kaffe/lib/security/java.security
share/kaffe/lib/appletviewer.properties

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 1998/07/04 04:11:34 mycroft Exp $
# $NetBSD: Makefile,v 1.14 1998/07/15 11:50:09 agc Exp $
# FreeBSD Id: Makefile,v 1.1.1.1 1997/08/20 10:33:35 jkh Exp
#
@ -14,9 +14,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-shared
CONFIGURE_ENV+= PORTSDIR=${.CURDIR}/../../../../..
post-install:
${LDCONFIG} || ${TRUE}
test:
cd ${WRKSRC} && ${MAKE} test

View file

@ -1,9 +1,7 @@
@comment $NetBSD: PLIST,v 1.6 1998/02/02 09:00:21 hubertf Exp $
@comment $NetBSD: PLIST,v 1.7 1998/07/15 11:50:09 agc Exp $
bin/tclsh8.0
lib/libtcl80.a
lib/libtcl80.so.1.0
@exec /sbin/ldconfig || /usr/bin/true
@unexec /sbin/ldconfig || /usr/bin/true
include/tcl8.0/tcl.h
include/tcl8.0/unix/tclUnixPort.h
include/tcl8.0/generic/tcl.h