aboutsummaryrefslogtreecommitdiff
path: root/lang/expect
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /lang/expect
parentb72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff)
downloadports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz
ports-d23a79568090d280bf3beb199bb97f0572234984.zip
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4416
Diffstat (limited to 'lang/expect')
-rw-r--r--lang/expect/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile
index b23bc0fb3cd7..47b7bb0f0999 100644
--- a/lang/expect/Makefile
+++ b/lang/expect/Makefile
@@ -3,25 +3,25 @@
# Date created: 20 November 1994
# Whom: pst
#
-# $Id: Makefile,v 1.10 1996/02/07 09:36:41 asami Exp $
+# $Id: Makefile,v 1.11 1996/10/30 09:46:01 peter Exp $
#
DISTNAME= expect-5.21
-CATEGORIES+= lang
+CATEGORIES= lang
MASTER_SITES= http://expect.nist.gov/ \
ftp://expect.nist.gov/mel/div826/subject/expect/
DISTFILES= expect.tar.gz
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
-test:
- @(cd ${WRKSRC}; make test)
-
HAS_CONFIGURE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-tclconfig=/usr/libdata/tcl \
--with-tclinclude=/usr/include/tcl
+test:
+ @(cd ${WRKSRC}; make test)
+
# Sigh, all this just to get tkInt.h..
post-extract:
(cd ${PORTSDIR}/x11/tk41 && make extract)