diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:40:39 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-07 03:40:39 +0000 |
commit | c1a25a399f0059d250eee09665c78bcc1e44b469 (patch) | |
tree | 5330d8ae9c94fb1b17774bcddb7a79d7e7f3b526 | |
parent | Use PORTCOMMENT. (diff) |
Set MAINTAINER to ports@ for ports without one. "One" being "a maintainer"
in this case.
Approved by: pat
Notes
Notes:
svn path=/head/; revision=69628
Diffstat (limited to '')
-rw-r--r-- | astro/sattrack/Makefile | 2 | ||||
-rw-r--r-- | audio/nspmod/Makefile | 2 | ||||
-rw-r--r-- | devel/lwp/Makefile | 2 | ||||
-rw-r--r-- | devel/yacl/Makefile | 2 | ||||
-rw-r--r-- | games/xripple/Makefile | 2 | ||||
-rw-r--r-- | japanese/plain2/Makefile | 2 | ||||
-rw-r--r-- | misc/viz/Makefile | 2 | ||||
-rw-r--r-- | print/pkfonts300/Makefile | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/astro/sattrack/Makefile b/astro/sattrack/Makefile index 253b96500837..c753170cbdc8 100644 --- a/astro/sattrack/Makefile +++ b/astro/sattrack/Makefile @@ -11,6 +11,8 @@ CATEGORIES= astro MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS +MAINTAINER= ports@freebsd.org + PORTCOMMENT= Real-time satellite tracking and orbit propagation program USE_XLIB= yes diff --git a/audio/nspmod/Makefile b/audio/nspmod/Makefile index 1e423e1696c9..93c43b8c6952 100644 --- a/audio/nspmod/Makefile +++ b/audio/nspmod/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.jeton.or.jp/users/toru/www/orgsoft/nspmod/ \ ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/players +MAINTAINER= ports@freebsd.org + PORTCOMMENT= MOD/S3M/MTM tracker that does its own DSP, uses VoxWare v2.90+ MAN1= nspmod.1 diff --git a/devel/lwp/Makefile b/devel/lwp/Makefile index 6ba48cd83a9e..a3d7a5c49be7 100644 --- a/devel/lwp/Makefile +++ b/devel/lwp/Makefile @@ -10,6 +10,8 @@ PORTVERSION= 1.9 CATEGORIES= devel MASTER_SITES= ftp://ftp.coda.cs.cmu.edu/pub/lwp/src/ +MAINTAINER= ports@freebsd.org + PORTCOMMENT= A userspace thread library USE_GMAKE= yes diff --git a/devel/yacl/Makefile b/devel/yacl/Makefile index 7dc41dfcd48b..ce77bb7959f4 100644 --- a/devel/yacl/Makefile +++ b/devel/yacl/Makefile @@ -11,6 +11,8 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.cs.sc.edu/pub/yacl/ DISTNAME= yacl-0170-beta +MAINTAINER= ports@freebsd.org + NO_WRKSUBDIR= yes USE_ZIP= yes MAKE_ENV= YACLPATH=${WRKDIR} diff --git a/games/xripple/Makefile b/games/xripple/Makefile index eb4e47baf5d9..be96367f181e 100644 --- a/games/xripple/Makefile +++ b/games/xripple/Makefile @@ -18,6 +18,8 @@ MASTER_SITES= ftp://crydee.sai.msu.ru/zeus/X11/contrib/ \ ftp://ftp.pconline.com/users/gjerde/enlightenment/ DISTNAME= ${PORTNAME} +MAINTAINER= ports@freebsd.org + PORTCOMMENT= X program to make bottom of screen ripple like a pool of water USE_IMAKE= yes diff --git a/japanese/plain2/Makefile b/japanese/plain2/Makefile index 8bbefe67d403..2826851f63b4 100644 --- a/japanese/plain2/Makefile +++ b/japanese/plain2/Makefile @@ -10,6 +10,8 @@ PORTVERSION= 2.54 CATEGORIES= japanese textproc MASTER_SITES= ftp://ftp.nec.co.jp/pub/packages/plain2/ +MAINTAINER= ports@freebsd.org + PORTCOMMENT= A text converter from plain to any format WRKSRC= ${WRKDIR}/${DISTNAME}/src diff --git a/misc/viz/Makefile b/misc/viz/Makefile index 9282ae4199c6..977dcaf38497 100644 --- a/misc/viz/Makefile +++ b/misc/viz/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner EXTRACT_SUFX= .tgz +MAINTAINER= ports@freebsd.org + PORTCOMMENT= Convert invisible (binary) characters to a visible form MAN1= viz.1 inviz.1 diff --git a/print/pkfonts300/Makefile b/print/pkfonts300/Makefile index 8263b39a311f..fd23bac8708a 100644 --- a/print/pkfonts300/Makefile +++ b/print/pkfonts300/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= pkfonts DISTFILES= pk${RESOLUTION}.tar.gz # see below for RESOLUTION definition +MAINTAINER= ports@freebsd.org + DIST_SUBDIR= pkfonts EXTRACT_ONLY= # extracted directly in install target NO_BUILD= yes |