diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | b5d1cecde4e6c0dcb132742181e822478f6759af (patch) | |
tree | a5f4ee1240324a616c9004580f7a5eddaac86d39 /devel/bison | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Diffstat (limited to 'devel/bison')
-rw-r--r-- | devel/bison/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index d13370def89c..ad57f98f6639 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,7 +1,8 @@ -# New ports collection makefile for: bison -# Version required: 1.28 -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks +# ex:ts=8 +# Ports collection makefile for: bison +# Version required: 1.28 +# Date created: 27 Mar 1999 +# Whom: Jerry Hicks # # $FreeBSD$ # @@ -12,12 +13,9 @@ MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= bison MAINTAINER= wghicks@bellsouth.net -#MAINTAINER+= obrien@NUXI.com - -Y2K= http://www.gnu.org/software/year2000.html +MAINTAINER= obrien@NUXI.com GNU_CONFIGURE= yes - MAN1= bison.1 post-install: |