diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 08:01:56 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 08:01:56 +0000 |
commit | 7d4328253d2f9f6970724a50eb5dd7f270a7f164 (patch) | |
tree | ed03be01cb43a3d6e0b3fc864abf2fc7536a7b33 /games/rollemup | |
parent | d5b54d08694f2656c04d83a0013fb3d3eb1344e2 (diff) |
Notes
Diffstat (limited to 'games/rollemup')
-rw-r--r-- | games/rollemup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/rollemup/Makefile b/games/rollemup/Makefile index 2908755ec602..20ec793ef838 100644 --- a/games/rollemup/Makefile +++ b/games/rollemup/Makefile @@ -48,7 +48,7 @@ do-install: @${INSTALL_SCRIPT} ${WRKDIR}/rollemup ${PREFIX}/bin @${INSTALL_DATA} ${WRKDIR}/README.Rollemup \ ${PREFIX}/${GAMES_DIR}/Rollemup - @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} + @${CP} ${PKGDIR}/pkg-plist ${PLIST_SRC} @(cd ${PREFIX}; \ find ${GAMES_DIR}/Rollemup -type f >> ${PLIST_SRC}; \ for DIR in `find ${GAMES_DIR}/Rollemup -type d | sort -r`; do \ |