diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-11 14:15:53 +0000 |
commit | edcf8b3594b5df6440713253552b675fb0234474 (patch) | |
tree | cb86ff29b6c34e6d077c56ce53ca461f9623f343 /japanese/nethack | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
Notes
Diffstat (limited to 'japanese/nethack')
-rw-r--r-- | japanese/nethack/Makefile | 8 |
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 |