diff options
author | agc <agc> | 1998-07-15 10:34:56 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-15 10:34:56 +0000 |
commit | c56d423e3f4db05cf1151691af29dc4055a6006a (patch) | |
tree | 69bb25acab9653b2ba5e704e7b35fa8d44d36cd1 /sysutils | |
parent | 91f1a52a11196ebe7708f122bb46cc3cadafb616 (diff) | |
download | pkgsrc-c56d423e3f4db05cf1151691af29dc4055a6006a.tar.gz |
Use automatic shared object handling
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/amanda/Makefile | 5 | ||||
-rw-r--r-- | sysutils/amanda/pkg/PLIST | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/amanda/Makefile b/sysutils/amanda/Makefile index f49794d9cb4..9338203111d 100644 --- a/sysutils/amanda/Makefile +++ b/sysutils/amanda/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/06/22 12:52:31 agc Exp $ +# $NetBSD: Makefile,v 1.14 1998/07/15 10:37:09 agc Exp $ # FreeBSD Id: Makefile,v 1.9 1997/03/08 05:00:11 gpalmer Exp # @@ -25,7 +25,4 @@ CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" pre-install: @${SETENV} ${MAKE_ENV} addnerd -g ${AMANDA_GROUP} ${AMANDA_USER} -post-install: - ${LDCONFIG} || ${TRUE} - .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/amanda/pkg/PLIST b/sysutils/amanda/pkg/PLIST index c75aaea8bcf..6cf9df5656f 100644 --- a/sysutils/amanda/pkg/PLIST +++ b/sysutils/amanda/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 1998/05/07 17:07:33 agc Exp $ +@comment $NetBSD: PLIST,v 1.6 1998/07/15 10:37:10 agc Exp $ lib/libamanda.a lib/libamanda.so.5.0 lib/libamanda.la @@ -14,8 +14,6 @@ lib/libamtape.a lib/libamserver.so.3.0 lib/libamserver.la lib/libamserver.a -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true libexec/versionsuffix libexec/amandad libexec/calcsize |