diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:47:16 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-05-08 20:47:16 +0800 |
commit | 2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb (patch) | |
tree | 277d0abdb129781c9c592b488b84b938f48d0b5a /databases | |
parent | 6cacb1df61d80493937dec5b9462138e85192324 (diff) | |
download | freebsd-ports-gnome-2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb.tar.gz freebsd-ports-gnome-2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb.tar.zst freebsd-ports-gnome-2bc7aa20ffdc96e8b2fd6e82114d80590fb067cb.zip |
- Remove MAKE_JOBS_SAFE from ports that set NO_BUILD
- Trim header
- While here use PLIST_FILES for databases/mrtg-mysql-load
Diffstat (limited to 'databases')
-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 |
3 files changed, 4 insertions, 17 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 |