diff options
author | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-02-13 03:25:05 +0000 |
commit | ef42441ef62482246c769467dc9f2a1e0ccb7374 (patch) | |
tree | bed5fbcc8b3a54905961aaa2dc0867d8db97db42 /lang/mixal | |
parent | 627c8bdcfee5c9eccee48f792e6e21e5ee852be1 (diff) | |
download | FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.zip FreeBSD-ports-ef42441ef62482246c769467dc9f2a1e0ccb7374.tar.gz |
Style nits in the ports I maintain.
Diffstat (limited to 'lang/mixal')
-rw-r--r-- | lang/mixal/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/mixal/Makefile b/lang/mixal/Makefile index 4757aa7..fe5b6a7 100644 --- a/lang/mixal/Makefile +++ b/lang/mixal/Makefile @@ -1,8 +1,8 @@ # ex:ts=8 -# New ports collection makefile for: mixal -# Version required: 1.06 -# Date created: 21-Dec-1996 -# Whom: David O'Brien <obrien@cs.ucdavis.edu> +# Ports collection makefile for: mixal +# Version required: 1.06 +# Date created: 21-Dec-1996 +# Whom: David O'Brien <obrien@cs.ucdavis.edu> # # $FreeBSD$ # @@ -13,7 +13,7 @@ MASTER_SITES= http://www.ccil.org/retro/ \ ftp://locke.ccil.org/pub/retro/ EXTRACT_SUFX= .shar.gz -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org EXTRACT_CMD= zcat EXTRACT_BEFORE_ARGS= |