diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 18:18:45 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-02 18:18:45 +0000 |
commit | a04349d147e1f5dde0692e8595f39289ce2d8ae0 (patch) | |
tree | 7568a661d113c185f68d1e22c6e5f1cc4890fcac /devel | |
parent | Install the generate_passwd program mentioned in the users guide. This tool (diff) |
fix MAINTAINTER to ports@FreeBSD.org
PR: 46686
Submitted by: erwin@lansing.dk
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsbook/Makefile | 2 | ||||
-rw-r--r-- | devel/invitation_to_ruby/Makefile | 2 | ||||
-rw-r--r-- | devel/py-period/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/cvsbook/Makefile b/devel/cvsbook/Makefile index f384c083a7a7..7c95c400beea 100644 --- a/devel/cvsbook/Makefile +++ b/devel/cvsbook/Makefile @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= http://cvsbook.red-bean.com/ DISTNAME= ${PORTNAME}-${PORTVERSION}-all -MAINTAINER= freebsd-ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/devel/invitation_to_ruby/Makefile b/devel/invitation_to_ruby/Makefile index 6e7b70589eab..58ffc3ec85d8 100644 --- a/devel/invitation_to_ruby/Makefile +++ b/devel/invitation_to_ruby/Makefile @@ -21,7 +21,7 @@ EXTRACT_SUFX= .tgz #DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} #EXTRACT_ONLY= -MAINTAINER= freebsd-ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org NO_BUILD= yes diff --git a/devel/py-period/Makefile b/devel/py-period/Makefile index a2f639bd8ecf..e4b1a17145a4 100644 --- a/devel/py-period/Makefile +++ b/devel/py-period/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel python MASTER_SITES= http://www.biostat.wisc.edu/~annis/creations/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= freebsd-ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org USE_PYTHON= yes NO_BUILD= yes |