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 /misc/cwish | |
parent | 00b371ce6a59014fd7d6dd1d58740f77e8f8caab (diff) | |
download | ports-b5d1cecde4e6c0dcb132742181e822478f6759af.tar.gz ports-b5d1cecde4e6c0dcb132742181e822478f6759af.zip |
Style nits in the ports I maintain.
Notes
Notes:
svn path=/head/; revision=25734
Diffstat (limited to 'misc/cwish')
-rw-r--r-- | misc/cwish/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile index 27b7536715e1..2ac84eee9136 100644 --- a/misc/cwish/Makefile +++ b/misc/cwish/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: cwish -# Version required: 3.52 +# Version required: 3.52 # Date created: Thur Sept 25, 1998 # Whom: David O'Brien (obrien@NUXI.com) # @@ -11,7 +11,7 @@ DISTNAME= cwish-3.52 CATEGORIES= misc MASTER_SITES= http://www.hcs.de/users/hm/packages/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org NO_WRKSUBDIR= yes ALL_TARGET= cwish |