summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorveego <veego>1999-12-08 16:06:25 +0000
committerveego <veego>1999-12-08 16:06:25 +0000
commitf19949258856917dd1e5f245004d2e8f80a617b7 (patch)
tree68def88980e9859ef108537842c1fd07beea24d6
parent81e592dcb95d683fafc2a30a49284ddeb6103286 (diff)
downloadpkgsrc-f19949258856917dd1e5f245004d2e8f80a617b7.tar.gz
Use the shared PLIST on Solaris and remove Socket from the egrep -v.
-rw-r--r--lang/perl5/Makefile6
1 files 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"