aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-10-08 16:01:56 +0800
committerasami <asami@FreeBSD.org>2000-10-08 16:01:56 +0800
commitd6bb1de4ef63dcaa6ffb7d68409541fea2a7baf9 (patch)
tree08155e311d45f223fd91caa1be5bce3f265d23e8 /games
parent35fe284ad7116535433a834a6601f7f70b3362bd (diff)
downloadfreebsd-ports-gnome-d6bb1de4ef63dcaa6ffb7d68409541fea2a7baf9.tar.gz
freebsd-ports-gnome-d6bb1de4ef63dcaa6ffb7d68409541fea2a7baf9.tar.zst
freebsd-ports-gnome-d6bb1de4ef63dcaa6ffb7d68409541fea2a7baf9.zip
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.
Diffstat (limited to 'games')
-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 \