diff options
-rw-r--r-- | databases/gnatsweb4/Makefile | 8 | ||||
-rw-r--r-- | databases/mrtg-mysql-load/Makefile | 10 | ||||
-rw-r--r-- | databases/mrtg-mysql-load/pkg-plist | 3 | ||||
-rw-r--r-- | misc/shuffle-db/Makefile | 1 |
4 files changed, 4 insertions, 18 deletions
diff --git a/databases/gnatsweb4/Makefile b/databases/gnatsweb4/Makefile index 8fb8aac3bb43..97d5a7f4f39f 100644 --- a/databases/gnatsweb4/Makefile +++ b/databases/gnatsweb4/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnatsweb4 -# Date created: 20 Sep 2003 -# Whom: Oliver Eikemeier <eikemeier@fillmore-labs.com> -# +# Created by: Oliver Eikemeier <eikemeier@fillmore-labs.com> # $FreeBSD$ -# PORTNAME= gnatsweb PORTVERSION= 4.00 @@ -16,8 +12,6 @@ COMMENT= Gnatsweb, a GNATS web interface RUN_DEPENDS= p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 -MAKE_JOBS_SAFE= yes - USE_APACHE_RUN= 22+ USE_PERL5_RUN= yes diff --git a/databases/mrtg-mysql-load/Makefile b/databases/mrtg-mysql-load/Makefile index 920452da868b..603985e5e8f9 100644 --- a/databases/mrtg-mysql-load/Makefile +++ b/databases/mrtg-mysql-load/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mrtg-mysql-load -# Date created: 2004-04-08 -# Whom: Piet Delport <pjd@303.za.net> -# +# Created by: Piet Delport <pjd@303.za.net> # $FreeBSD$ -# PORTNAME= mrtg-mysql-load PORTVERSION= 1.02 @@ -22,9 +18,9 @@ NO_WRKSUBDIR= yes USE_PERL5_RUN= yes USE_MYSQL= yes -MAKE_JOBS_SAFE= yes - MAN1= ${PORTNAME}.1 +PLIST_FILES= bin/mrtg-mysql-load etc/mrtg/mrtg.cfg-mysql-load.example \ + etc/mrtg/mysql-load-cfg.example post-patch: @${REINPLACE_CMD} -e 's|%%PERL%%|${PERL}|' ${WRKSRC}/${PORTNAME} diff --git a/databases/mrtg-mysql-load/pkg-plist b/databases/mrtg-mysql-load/pkg-plist deleted file mode 100644 index 6b86f478bea8..000000000000 --- a/databases/mrtg-mysql-load/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -bin/mrtg-mysql-load -etc/mrtg/mrtg.cfg-mysql-load.example -etc/mrtg/mysql-load-cfg.example diff --git a/misc/shuffle-db/Makefile b/misc/shuffle-db/Makefile index 8b30d5bbf106..f479eb7e7505 100644 --- a/misc/shuffle-db/Makefile +++ b/misc/shuffle-db/Makefile @@ -12,7 +12,6 @@ COMMENT= An iPod shuffle database builder USE_PYTHON= yes NO_BUILD= yes -MAKE_JOBS_SAFE= yes WRKSRC= ${WRKDIR}/rebuild_db PLIST_FILES= bin/rebuild_db.py |