summaryrefslogtreecommitdiff
path: root/japanese/nethack/Makefile
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-11 14:15:53 +0000
commitedcf8b3594b5df6440713253552b675fb0234474 (patch)
treecb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/nethack/Makefile
parentFix wrong PORTNAME/PORTVERSION and use PKGNAMESUFFIX. (diff)
Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :)
Notes
Notes: svn path=/head/; revision=27449
Diffstat (limited to 'japanese/nethack/Makefile')
-rw-r--r--japanese/nethack/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile
index df5cf6cdf189..9fb5ea4d5c4e 100644
--- a/japanese/nethack/Makefile
+++ b/japanese/nethack/Makefile
@@ -1,19 +1,19 @@
# New ports collection makefile for: nethack
-# Version required: 3.2.2 + 1.0.5.19970924
# Date created: 13 February 1995
# Whom: asami
#
# $FreeBSD$
#
-DISTNAME= nethack-3.2.2
-PKGNAME= ja-nethack-1.0.5.19970924
+PORTNAME= nethack
+PORTVERSION= 1.0.5.19970924
CATEGORIES= japanese games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= nethack
+DISTNAME= ${PORTNAME}-3.2.2
PATCH_SITES= ftp://mitsuko.jaist.ac.jp/pub/nethack/
-PATCHFILES= jnethack-1.0.5.19970924.gz
+PATCHFILES= j${PORTNAME}-${PORTVERSION}.gz
MAINTAINER= max@FreeBSD.org