diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /games/zangband | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'games/zangband')
-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 |