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.
This commit is contained in:
Satoshi Asami 2000-10-08 08:01:56 +00:00
parent d5b54d0869
commit 7d4328253d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33560

View File

@ -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 \