diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 10:29:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 10:29:06 +0800 |
commit | 4a877aa5b039ecb448e837a81b7fa2dab7a424b2 (patch) | |
tree | d4c4127e0ba25b596c2c1a49783dd0aa984346ff /games/zangband | |
parent | 3a25caf2327a968d1366ec103ab7db131db98682 (diff) | |
download | freebsd-ports-gnome-4a877aa5b039ecb448e837a81b7fa2dab7a424b2.tar.gz freebsd-ports-gnome-4a877aa5b039ecb448e837a81b7fa2dab7a424b2.tar.zst freebsd-ports-gnome-4a877aa5b039ecb448e837a81b7fa2dab7a424b2.zip |
Rename PLIST.{a,b,ja} to pkg-plist.{a,b,ja}. (PLIST.ja is actually
for japanese/zangband, thus the commit spanning two ports.)
Diffstat (limited to 'games/zangband')
-rw-r--r-- | games/zangband/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 43375a30fb03..df9f756102b5 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -84,7 +84,7 @@ do-install: post-build: @${RM} -f ${PLIST} -.for i in PLIST.a ${JA_PLIST} PLIST.b +.for i in pkg-plist.a ${JA_PLIST} pkg-plist.b @${CAT} ${PKGDIR}/${i} >> ${PLIST} .endfor |