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/expect/Makefile | |
parent | 7b4b0c4f33915abb1f15e37f30ce951ba7aa94e6 (diff) | |
download | ports-edcf8b3594b5df6440713253552b675fb0234474.tar.gz ports-edcf8b3594b5df6440713253552b675fb0234474.zip |
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/expect/Makefile')
-rw-r--r-- | japanese/expect/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile index 5aab8146fa63..76bb31289b38 100644 --- a/japanese/expect/Makefile +++ b/japanese/expect/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: expect -# Version required: 5.26 # Date created: 17 Oct 1997 # Whom: taguchi # # $FreeBSD$ # -DISTNAME= expect-5.30 -PKGNAME= ja-expect-5.30 +PORTNAME= expect +PORTVERSION= 5.30 CATEGORIES= japanese lang tk80 MASTER_SITES= ftp://ftp.nist.gov/mel/div826/subject/expect/old/ @@ -15,7 +14,6 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp LIB_DEPENDS= tk80jp.1:${PORTSDIR}/japanese/tk80 -WRKSRC= ${WRKDIR}/expect-5.30 USE_AUTOCONF= yes CONFIGURE_ENV= INSTALL_SCRIPT="${INSTALL_SCRIPT}" CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl8.0jp \ |