diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 16:01:56 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 16:01:56 +0800 |
commit | d6bb1de4ef63dcaa6ffb7d68409541fea2a7baf9 (patch) | |
tree | 08155e311d45f223fd91caa1be5bce3f265d23e8 /games | |
parent | 35fe284ad7116535433a834a6601f7f70b3362bd (diff) | |
download | freebsd-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/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 \ |