diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:29:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 02:29:06 +0000 |
commit | 36af1fbcaaa6face637b140ecb714ade2c035a8b (patch) | |
tree | 1883574076a0e4f877dbdd7ec6295befad36b2aa /games/zangband | |
parent | Rename PLIST.{docs,gdbm} to pkg-plist.{docs,gdbm}. (diff) |
Rename PLIST.{a,b,ja} to pkg-plist.{a,b,ja}. (PLIST.ja is actually
for japanese/zangband, thus the commit spanning two ports.)
Notes
Notes:
svn path=/head/; revision=33524
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 |