summaryrefslogtreecommitdiff
path: root/japanese/dserver/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/dserver/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 '')
-rw-r--r--japanese/dserver/Makefile17
1 files changed, 10 insertions, 7 deletions
diff --git a/japanese/dserver/Makefile b/japanese/dserver/Makefile
index 6e0ba2aea5ef..7b36054f86a5 100644
--- a/japanese/dserver/Makefile
+++ b/japanese/dserver/Makefile
@@ -1,26 +1,29 @@
# New ports collection makefile for: dserver
-# Version required: 2.2betapl2
# Date created: 3 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= dserver2.2betapl2
-PKGNAME= ja-dserver-2.2.2
+PORTNAME= dserver
+PORTVERSION= 2.2.2
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.pu-toyama.ac.jp/pub/misc/ \
ftp://ports.jp.FreeBSD.org/pub/FreeBSD-jp/ports-jp/LOCAL_PORTS/ \
ftp://ftp.sra.co.jp/pub/net/ndtp/misc/
-DISTFILES= dserver2.2betapl2.tar.gz dserver2.2betapl2.addtable.tar.gz \
- kenjiro-ndtpd.diff kenjiro-dictlist.diff
+DISTNAME= ${PORTNAME}2.2betapl2
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
+ ${DISTNAME}.addtable.${EXTRACT_SUFX} \
+ kenjiro-ndtpd.diff \
+ kenjiro-dictlist.diff
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \
+ ${DISTNAME}.addtable.${EXTRACT_SUFX}
MAINTAINER= mita@jp.FreeBSD.org
RUN_DEPENDS= jless:${PORTSDIR}/japanese/less
-EXTRACT_ONLY= dserver2.2betapl2.tar.gz dserver2.2betapl2.addtable.tar.gz
-WRKSRC= ${WRKDIR}/dserver
+WRKSRC= ${WRKDIR}/${PORTNAME}
USE_GMAKE= yes
pre-patch: