diff options
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 |