diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-02 10:50:52 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-07-02 10:50:52 +0000 |
commit | 3e546f44f916f348cd7241a06b245c66b4c487d0 (patch) | |
tree | 5c78a72be2f8304211d0bf8eb81b8f3054e9e175 /devel/m4 | |
parent | Sort pkg/PLIST. (diff) |
Portlint.
Notes
Notes:
svn path=/head/; revision=11667
Diffstat (limited to 'devel/m4')
-rw-r--r-- | devel/m4/Makefile | 4 | ||||
-rw-r--r-- | devel/m4/pkg-descr | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/m4/Makefile b/devel/m4/Makefile index d40c6f491476..c18136abc7e2 100644 --- a/devel/m4/Makefile +++ b/devel/m4/Makefile @@ -3,13 +3,15 @@ # Date created: 25 October 1994 # Whom: mr # -# $Id: Makefile,v 1.6 1996/11/18 10:22:52 asami Exp $ +# $Id: Makefile,v 1.7 1997/06/16 08:22:35 max Exp $ # DISTNAME= m4-1.4 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} +MAINTAINER= ports@FreeBSD.ORG + GNU_CONFIGURE=yes CONFIGURE_ARGS= --program-prefix=g diff --git a/devel/m4/pkg-descr b/devel/m4/pkg-descr index ffa47794be91..a548fda095a8 100644 --- a/devel/m4/pkg-descr +++ b/devel/m4/pkg-descr @@ -1,6 +1,3 @@ -GNU `m4' -******** - GNU `m4' is an implementation of the traditional UNIX macro processor. It is mostly SVR4 compatible, although it has some extensions (for example, handling more than 9 positional parameters to @@ -24,4 +21,3 @@ for changing the syntax for what is a "word" in `m4'. You should use: if you want this feature compiled in. The current implementation slows down `m4' considerably and is hardly acceptable. So, it might go away, do not count on it yet. - |