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 /mail/hbiff | |
parent | Update to version 1.1.16. (diff) |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
Diffstat (limited to 'mail/hbiff')
-rw-r--r-- | mail/hbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/hbiff/Makefile b/mail/hbiff/Makefile index e84ed7c42371..49f008f1c98a 100644 --- a/mail/hbiff/Makefile +++ b/mail/hbiff/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: hbiff -# Version required: 1.2 +# Version required: 1.2 # Date created: Mon Dec 23, 1998 # Whom: David O'Brien (obrien@NUXI.com) # @@ -12,7 +12,7 @@ CATEGORIES= mail MASTER_SITES= ftp://ftp.nuxi.com/pub/misc/ \ http://people.FreeBSD.org/~obrien/Distfiles/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org USE_XLIB= yes MAN1= hbiff.1 |