diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-17 01:33:20 +0800 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /games/zangband/Makefile | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.gz freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.tar.zst freebsd-ports-gnome-51369898d389675759f44baed7961d59c8233c93.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'games/zangband/Makefile')
-rw-r--r-- | games/zangband/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/zangband/Makefile b/games/zangband/Makefile index 262998de4502..fd7538f524a9 100644 --- a/games/zangband/Makefile +++ b/games/zangband/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://clockwork.dementia.org/angband/Variant/ZAngband/ \ ${JA_MASTER_SITE} DISTFILES= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip \ ${JA_DISTFILE} -DIST_SUBDIR= ${PORTNAME} +DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}-${E_VERSION:S/.//g}-src.zip MAINTAINER= makoto@pinpott.spnet.ne.jp @@ -41,7 +41,7 @@ MAKE_ARGS+= ANGBANDLIB=${PREFIX}/${ANGBANDLIB} ANGBANDLIB?= lib/${PORTNAME} ANGBANDBIN?= bin/${PORTNAME} -E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} +E_VERSION= ${PORTVERSION:S/${JA_VERSION}//} .if defined(JAPANESE) PATCH_VERSION?= 000922 |