summaryrefslogtreecommitdiff
path: root/misc/dejagnu
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1996-11-01 06:10:22 +0000
committerMark Murray <markm@FreeBSD.org>1996-11-01 06:10:22 +0000
commite592f61233dbae32b12d41c4fd98962625997923 (patch)
treed4068634627acbe7a083b486f62a529657f1ec27 /misc/dejagnu
parentRemove prototype of rindex, this now seems to be #defined to strrchr (diff)
Fix up the makefile to Satoshi's standard. :-)
Notes
Notes: svn path=/head/; revision=4231
Diffstat (limited to 'misc/dejagnu')
-rw-r--r--misc/dejagnu/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile
index 710a71e87efe..4180c997bc0f 100644
--- a/misc/dejagnu/Makefile
+++ b/misc/dejagnu/Makefile
@@ -3,22 +3,20 @@
# Date created: 12 October 1996
# Whom: markm
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/10/31 19:53:40 markm Exp $
#
DISTNAME= dejagnu-1.3
-PKGNAME= dejagnu-1.3
-CATEGORIES+= devel
+CATEGORIES+= misc
MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/
-WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu
-
MAINTAINER= markm@FreeBSD.ORG
RUN_DEPENDS= expect:${PORTSDIR}/lang/expect
+WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= i386-freebsd --prefix=${PREFIX}
+CONFIGURE_ARGS= i386-freebsd
STRIP=
post-install: