From 9bb0d96ea93fe7d169bb22cd824d463449d51611 Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 14 Jun 2009 22:57:58 +0000 Subject: Remove @dirrm related logic. --- chat/silc-client/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'chat/silc-client/Makefile') diff --git a/chat/silc-client/Makefile b/chat/silc-client/Makefile index 9ff90d48414..a23757daeef 100644 --- a/chat/silc-client/Makefile +++ b/chat/silc-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2009/06/05 22:17:08 zafer Exp $ +# $NetBSD: Makefile,v 1.54 2009/06/14 22:57:58 joerg Exp $ # DISTNAME= ${SILC_CLIENT_DISTNAME} @@ -69,11 +69,7 @@ post-install: # Create PLIST fragment for Perl modules. # @cd ${PREFIX} && \ - ( \ - ${FIND} lib/${PKGBASE}/perl5 -type f > ${WRKDIR}/PLIST.perl; \ - ${FIND} lib/${PKGBASE}/perl5 -type d | ${SORT} -r | \ - ${SED} 's,^,@dirrm ,g' >> ${WRKDIR}/PLIST.perl \ - ) + ${FIND} lib/${PKGBASE}/perl5 -type f > ${WRKDIR}/PLIST.perl .endif .include "../../converters/libiconv/buildlink3.mk" -- cgit v1.2.3