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 | 9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch) | |
tree | 63741286465d08baa5292031d5f6b9ffd847c5b9 /games/rollemup/Makefile | |
parent | dc3a8c2312879451e787a3a002089e0123c0d646 (diff) | |
download | pkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz |
Remove @dirrm related logic.
Diffstat (limited to 'games/rollemup/Makefile')
-rw-r--r-- | games/rollemup/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
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 |