summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
commit9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /games
parentdc3a8c2312879451e787a3a002089e0123c0d646 (diff)
downloadpkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'games')
-rw-r--r--games/rocksndiamonds/Makefile3
-rw-r--r--games/rollemup/Makefile7
2 files changed, 2 insertions, 8 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}" \
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile
index 629a9fb4ddf..b4d1886d2dc 100644
--- a/games/rollemup/Makefile
+++ b/games/rollemup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2009/05/19 08:59:15 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2009/06/14 22:58:01 joerg Exp $
DISTNAME= Rollemup
PKGNAME= rollemup-1.0
@@ -54,11 +54,6 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/README.Rollemup \
${DESTDIR}${PREFIX}/${GAMES_DIR}/Rollemup
${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
- (cd ${DESTDIR}${PREFIX}; \
- ${FIND} ${GAMES_DIR}/Rollemup -type f -print >> ${PLIST_SRC}; \
- for DIR in `${FIND} ${GAMES_DIR}/Rollemup -type d -print | ${SORT} -r`; do \
- ${ECHO} "@dirrm $$DIR" >> ${PLIST_SRC}; \
- done)
${CHOWN} -R ${ROOT_USER}:${GAMEGRP} \
${DESTDIR}${PREFIX}/${GAMES_DIR}/Rollemup
${CHMOD} ${GAMEDIRMODE} ${DESTDIR}${PREFIX}/${GAMES_DIR}/Rollemup/Games