From f19949258856917dd1e5f245004d2e8f80a617b7 Mon Sep 17 00:00:00 2001 From: veego Date: Wed, 8 Dec 1999 16:06:25 +0000 Subject: Use the shared PLIST on Solaris and remove Socket from the egrep -v. --- lang/perl5/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 32aa787be08..6737e3c9baa 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 1999/08/31 18:51:35 agc Exp $ +# $NetBSD: Makefile,v 1.24 1999/12/08 16:06:25 veego Exp $ # FreeBSD Id: Makefile,v 1.20 1997/07/18 06:16:44 markm Exp # @@ -33,8 +33,8 @@ post-install: @strip ${PREFIX}/bin/a2p @strip ${PREFIX}/bin/perl .if ${OPSYS} == "SunOS" - ${CAT} ${PKGDIR}/PLIST-mi ${PKGDIR}/PLIST-md.static | \ - ${EGREP} -v 'DB_File|Socket' > ${PLIST_SRC} + ${CAT} ${PKGDIR}/PLIST-mi ${PKGDIR}/PLIST-md.shared | \ + ${EGREP} -v 'DB_File' > ${PLIST_SRC} .endif .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3