diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 12:47:16 +0000 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 12:47:16 +0000 |
commit | 2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb (patch) | |
tree | 277d0abdb129781c9c592b488b84b938f48d0b5a | |
parent | 6cacb1df61d80493937dec5b9462138e85192324 (diff) | |
download | FreeBSD-ports-2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb.zip FreeBSD-ports-2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb.tar.gz |
- Remove MAKE_JOBS_SAFE from ports that set NO_BUILD
- Trim header
- While here use PLIST_FILES for databases/mrtg-mysql-load
-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 8fb8aac..97d5a7f 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 920452d..603985e 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 6b86f47..0000000 --- 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 8b30d5b..f479eb7 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 |