summaryrefslogtreecommitdiff
path: root/japanese/expect
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-02-17 15:13:00 +0000
committerSteve Price <steve@FreeBSD.org>1998-02-17 15:13:00 +0000
commite7af2915cbbb9a9eccb1db27ea8810662ca37541 (patch)
treeececce14bdd3fe92dd9ca6b0b7f4cf1d8e218378 /japanese/expect
parent- PKGNAME has to be defined BEFORE including bsd.port.mk, to make (diff)
Move PKG_NAME and portlint clean.
PR: 5770 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=9775
Diffstat (limited to 'japanese/expect')
-rw-r--r--japanese/expect/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/japanese/expect/Makefile b/japanese/expect/Makefile
index 6a37d1a60a40..5796ed3f756f 100644
--- a/japanese/expect/Makefile
+++ b/japanese/expect/Makefile
@@ -3,14 +3,9 @@
# Date created: 17 Oct 1997
# Whom: taguchi
#
-# $Id: Makefile,v 1.3 1997/09/14 21:34:35 max Exp $
+# $Id: Makefile,v 1.4 1997/10/17 05:58:02 asami Exp $
#
-FILESDIR= ${.CURDIR}/../../lang/expect/files
-
-NO_MAN_INSTALL= yes
-.include "${.CURDIR}/../../lang/expect/Makefile"
-
PKGNAME= ja-expect-5.25
CATEGORIES= japanese lang
@@ -18,6 +13,11 @@ MAINTAINER= taguchi@tohoku.iij.ad.jp
LIB_DEPENDS= tk42jp\\.1\\.:${PORTSDIR}/japanese/tk42
+FILESDIR= ${.CURDIR}/../../lang/expect/files
+
+NO_MAN_INSTALL= yes
+.include "${.CURDIR}/../../lang/expect/Makefile"
+
CFLAGS+= -DKANJI -DKINPUT2
CONFIGURE_ARGS= --enable-shared --with-tclconfig=${PREFIX}/lib/tcl7.6jp \
--with-tkconfig=${PREFIX}/lib/tk4.2jp \