summaryrefslogtreecommitdiff
path: root/chat/silc-client
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-14 22:57:58 +0000
committerjoerg <joerg>2009-06-14 22:57:58 +0000
commit9e5abac2231c8933a844b631489453a9b2ee32c7 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /chat/silc-client
parentff7d16fdff9f2bce4cdae576fad91cda40b48b97 (diff)
downloadpkgsrc-9e5abac2231c8933a844b631489453a9b2ee32c7.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'chat/silc-client')
-rw-r--r--chat/silc-client/Makefile8
1 files changed, 2 insertions, 6 deletions
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"