summaryrefslogtreecommitdiff
path: root/games/rollemup
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:01:56 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 08:01:56 +0000
commit7d4328253d2f9f6970724a50eb5dd7f270a7f164 (patch)
treeed03be01cb43a3d6e0b3fc864abf2fc7536a7b33 /games/rollemup
parentChange PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ to (diff)
Rename PLIST -> pkg-plist. I don't know why there are two variables
(PLIST and PLIST_SRC) that points to the same file (${WRKDIR}/PLIST) but I didn't touch that.
Notes
Notes: svn path=/head/; revision=33560
Diffstat (limited to 'games/rollemup')
-rw-r--r--games/rollemup/Makefile2
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 \