diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-07-09 02:42:15 +0800 |
commit | 0c1de48bb71cc32a827a803661c1e9d966fb6ee7 (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /misc | |
parent | 05b7730841bb587ab5c9917e614ad30e7e799469 (diff) | |
download | freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.gz freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.tar.zst freebsd-ports-gnome-0c1de48bb71cc32a827a803661c1e9d966fb6ee7.zip |
- Convert USE_GMAKE to USES=gmake
- Change pkgconfig:build to pkgconfig since it's the same and it's bad practice.
It accidentally slipped in during the original introduction
- Trim header
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bestfit/Makefile | 6 | ||||
-rw-r--r-- | misc/gnu-watch/Makefile | 6 | ||||
-rw-r--r-- | misc/talkfilters/Makefile | 6 |
3 files changed, 3 insertions, 15 deletions
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile index 62b7f3abbb6b..e4f7b8709bb8 100644 --- a/misc/bestfit/Makefile +++ b/misc/bestfit/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: bestfit-0.2.0 -# Date created: 09 Oct 2001 -# Whom: Steven Enderle <enderle@mdn.de> -# +# Created by: Steven Enderle <enderle@mdn.de> # $FreeBSD$ -# PORTNAME= bestfit PORTVERSION= 0.2.0 diff --git a/misc/gnu-watch/Makefile b/misc/gnu-watch/Makefile index eef12a79ae0e..c3d69022d877 100644 --- a/misc/gnu-watch/Makefile +++ b/misc/gnu-watch/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gnu-watch -# Date created: 3 June 2005 -# Whom: Emanuel Haupt <ehaupt@critical.ch> -# +# Created by: Emanuel Haupt <ehaupt@critical.ch> # $FreeBSD$ -# PORTNAME= watch DISTVERSION= 3.2.8 diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile index 461f9be31039..54b9cd399d62 100644 --- a/misc/talkfilters/Makefile +++ b/misc/talkfilters/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: talkfilters -# Date created: 03 July 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# +# Created by: Adam Weinberger <adamw@FreeBSD.org> # $FreeBSD$ -# PORTNAME= talkfilters PORTVERSION= 2.3.8 |