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 | |
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 'misc')
-rw-r--r-- | misc/cwish/Makefile | 4 | ||||
-rw-r--r-- | misc/figlet/Makefile | 10 | ||||
-rw-r--r-- | misc/jive/Makefile | 4 | ||||
-rw-r--r-- | misc/splitvt/Makefile | 15 |
4 files changed, 17 insertions, 16 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 diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 212de4986daf..47efd665d052 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -1,8 +1,8 @@ # ex:ts=8 -# New ports collection makefile for: figlet -# Version required: 2.2 -# Date created: Sat July 20, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# Ports collection makefile for: figlet +# Version required: 2.2 +# Date created: Sat July 20, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # @@ -16,7 +16,7 @@ MASTER_SITES= ftp://wuarchive.wustl.edu/graphics/graphics/misc/figlet/program/un http://people.FreeBSD.org/~obrien/Distfiles/ \ ftp://ftp.nuxi.com/pub/misc/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org MAN6= figlet.6 diff --git a/misc/jive/Makefile b/misc/jive/Makefile index bb874f1acba0..57a73ab27c30 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -1,6 +1,6 @@ # ex:ts=8 # Ports collection makefile for: jive -# Version required: 1.1 +# Version required: 1.1 # Date created: Mon Feb 17, 1997 # Whom: David O'Brien (obrien@NUXI.com) # @@ -11,7 +11,7 @@ DISTNAME= jive-1.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.nuxi.com/pub/misc/ -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org WRKSRC= ${WRKDIR}/jive MAN1= jive.1 diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index b65bc11ebf35..f3ffb94a0dcb 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -1,7 +1,8 @@ -# New ports collection makefile for: Splitvt -# Version required: 1.6.1 -# Date created: Fri Oct 4, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# ex:ts=8 +# Ports collection makefile for: Splitvt +# Version required: 1.6.1 +# Date created: Fri Oct 4, 1996 +# Whom: David O'Brien (obrien@cs.ucdavis.edu) # # $FreeBSD$ # @@ -11,12 +12,12 @@ CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/console -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= obrien@FreeBSD.org -HAS_CONFIGURE= yes +HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure ALL_TARGET= -MAN1= splitvt.1 +MAN1= splitvt.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/splitvt ${PREFIX}/bin |