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 /security/super/Makefile | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
Diffstat (limited to 'security/super/Makefile')
-rw-r--r-- | security/super/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/super/Makefile b/security/super/Makefile index 8f7beb7e4387..3eca6325916b 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: foo -# Version required: 3.9.7 +# Version required: 3.9.7 # Date created: Fri Mar 18, 1997 # Whom: David O'Brien (obrien@NUXI.com) # @@ -13,7 +13,7 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ ftp://ftp.ucolick.org/pub/users/will/ \ ftp://ftp.infodrom.north.de/pub/unix/utilities/super/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org .include <bsd.port.pre.mk> |