diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:47:16 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-05-08 12:47:16 +0000 |
commit | 7e3bf9b2207f61c53674d05074765c13bc5bbde2 (patch) | |
tree | 277d0abdb129781c9c592b488b84b938f48d0b5a /databases/gnatsweb4 | |
parent | 1a90c9af172a823447ecd4ccca8e4d600c19183f (diff) |
- Remove MAKE_JOBS_SAFE from ports that set NO_BUILD
- Trim header
- While here use PLIST_FILES for databases/mrtg-mysql-load
Notes
Notes:
svn path=/head/; revision=317657
Diffstat (limited to 'databases/gnatsweb4')
-rw-r--r-- | databases/gnatsweb4/Makefile | 8 |
1 files changed, 1 insertions, 7 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 |