diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:57:58 +0000 |
commit | c475e1fb7ac23140bca23dafe1586b22f0f573cf (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /games/rocksndiamonds | |
parent | 3f617db50885900836c2e73f313053d1d29fb7b7 (diff) | |
download | pkgsrc-c475e1fb7ac23140bca23dafe1586b22f0f573cf.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'games/rocksndiamonds')
-rw-r--r-- | games/rocksndiamonds/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/rocksndiamonds/Makefile b/games/rocksndiamonds/Makefile index a46fef2e02a..f4d5a4e557b 100644 --- a/games/rocksndiamonds/Makefile +++ b/games/rocksndiamonds/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2009/01/12 19:22:18 adam Exp $ +# $NetBSD: Makefile,v 1.39 2009/06/14 22:58:00 joerg Exp $ DISTNAME= rocksndiamonds-3.2.6.0 CATEGORIES= games x11 @@ -74,7 +74,6 @@ do-install: find "$${d}" -type d -print | { while read subdir; do \ ${INSTALL_DATA_DIR} \ ${DESTDIR}${SHAREDIR}/"$${subdir}"; \ - ${ECHO} "@dirrm ${SHARESUBDIR}/$${subdir}"; \ done ; } | sort -r >> ${WRKDIR}/PLIST.D; \ find "$${d}" -type f -print | while read f; do \ ${INSTALL_DATA} "$${f}" \ |