diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 16:38:58 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 16:38:58 +0800 |
commit | d780d682d78abdcfe175fc061fa076f5d4419e51 (patch) | |
tree | 7b73230aa81cf62511e0dd25f9454239b78db346 /japanese/zangband | |
parent | 9b94c75d64fc2880f97c641640c4a6909fb04a13 (diff) | |
download | freebsd-ports-gnome-d780d682d78abdcfe175fc061fa076f5d4419e51.tar.gz freebsd-ports-gnome-d780d682d78abdcfe175fc061fa076f5d4419e51.tar.zst freebsd-ports-gnome-d780d682d78abdcfe175fc061fa076f5d4419e51.zip |
Rename pkg/{COMMENT,DESCR} to pkg-{comment,descr}. Take out
PKGDIR=${MASTERDIR} definition, which is the default.
Diffstat (limited to 'japanese/zangband')
-rw-r--r-- | japanese/zangband/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/zangband/Makefile b/japanese/zangband/Makefile index cb6b0a7bb120..69c52d30f864 100644 --- a/japanese/zangband/Makefile +++ b/japanese/zangband/Makefile @@ -11,9 +11,8 @@ MAINTAINER= makoto@pinpott.spnet.ne.jp MASTERDIR= ${.CURDIR}/../../games/zangband -PKGDIR= ${MASTERDIR}/pkg -COMMENT= ${.CURDIR}/pkg/COMMENT -DESCR= ${.CURDIR}/pkg/DESCR +COMMENT= ${.CURDIR}/pkg-comment +DESCR= ${.CURDIR}/pkg-descr JAPANESE= yes JA_MASTER_SITE= http://www.geocities.co.jp/SiliconValley-SanJose/9606/zg/ |