diff options
author | Mark Murray <markm@FreeBSD.org> | 1996-11-01 06:10:22 +0000 |
---|---|---|
committer | Mark Murray <markm@FreeBSD.org> | 1996-11-01 06:10:22 +0000 |
commit | e592f61233dbae32b12d41c4fd98962625997923 (patch) | |
tree | d4068634627acbe7a083b486f62a529657f1ec27 /misc/dejagnu | |
parent | 2764238613737e571776e9863408e9abeea05e8d (diff) |
Notes
Diffstat (limited to 'misc/dejagnu')
-rw-r--r-- | misc/dejagnu/Makefile | 10 |
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: |