diff options
author | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 22:57:58 +0000 |
commit | 586e55a958abfb26982c8f1ee40ef325478a1704 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /pkgtools | |
parent | 9212099042a94886237378bae31335043b8e0231 (diff) | |
download | pkgsrc-586e55a958abfb26982c8f1ee40ef325478a1704.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/x11-links/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 54b4e396adc..1285dd6680b 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.102 2009/05/19 08:59:29 wiz Exp $ +# $NetBSD: Makefile,v 1.103 2009/06/14 22:58:08 joerg Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, @@ -83,10 +83,6 @@ do-build: >> ${PLIST_SRC.files}; \ fi; \ done - ${RM} -f ${PLIST_SRC.dirs} - { cd ${WRKSRC}; ${FIND} ${X11_LINKS_SUBDIR} -type d -print | \ - ${SORT} -ur | ${SED} -e "s|^|@dirrm |"; \ - } > ${PLIST_SRC.dirs} do-install: ${INSTALL_DATA_DIR} ${DESTDIR:Q}${X11_LINKS_DIR:Q} |