diff options
author | jkh <jkh@FreeBSD.org> | 1994-09-04 01:08:46 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1994-09-04 01:08:46 +0000 |
commit | 077b0ac565fc43ce089daa53fa539714fde52987 (patch) | |
tree | a4be78697ef714f9f03353d5a4ddaa48e064b0f3 /mail/pine4 | |
parent | e2cdf06e286c5f5e3c0aa76b91e586da0352fd8d (diff) | |
download | FreeBSD-ports-077b0ac565fc43ce089daa53fa539714fde52987.zip FreeBSD-ports-077b0ac565fc43ce089daa53fa539714fde52987.tar.gz |
Put the standard comments at the top of the Makefile, just to
bring it into line with the others (always clone another port when
starting a new one if you can, folks, it saves work and makes them
look more standard).
Submitted by: jkh
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index c2d1598..eab30b6 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -1,5 +1,13 @@ -DISTNAME=pine3.90 -HOME_LOCATION= ftp://ftp.cac.washington.edu/pine/pine3.90.tar.Z +# New ports collection makefile for: pine +# Version required: 3.90 +# Date created: 03 September 1994 +# Whom: mr +# +# $Id: Makefile,v 1.3 1994/08/31 17:14:25 jkh Exp $ +# + +DISTNAME= pine3.90 +HOME_LOCATION= ftp://ftp.cac.washington.edu/pine/pine3.90.tar.Z EXTRACT_SUFX=.tar.Z .include <bsd.port.mk> |