Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2013 18:42:16 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322530 - in head: archivers/unlzx archivers/unmass archivers/unzip astro/p5-GPS audio/audacious-dumb audio/gbsplay audio/libmodplug audio/libxmp audio/mikmod audio/ocp audio/playgsf au...
Message-ID:  <201307081842.r68IgGbf075089@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Jul  8 18:42:15 2013
New Revision: 322530
URL: http://svnweb.freebsd.org/changeset/ports/322530

Log:
  - 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

Modified:
  head/archivers/unlzx/Makefile
  head/archivers/unmass/Makefile
  head/archivers/unzip/Makefile
  head/astro/p5-GPS/Makefile
  head/audio/audacious-dumb/Makefile
  head/audio/gbsplay/Makefile
  head/audio/libmodplug/Makefile
  head/audio/libxmp/Makefile
  head/audio/mikmod/Makefile
  head/audio/ocp/Makefile
  head/audio/playgsf/Makefile
  head/audio/resid/Makefile
  head/audio/uade/Makefile
  head/audio/wav2cdr/Makefile
  head/audio/xmms-ahx/Makefile
  head/audio/xmms-nsf/Makefile
  head/audio/xmms-openspc/Makefile
  head/audio/xmms-sapplug/Makefile
  head/audio/xmms-volnorm/Makefile
  head/audio/xmms-xymms/Makefile
  head/audio/xmp/Makefile
  head/deskutils/notify-osd/Makefile
  head/deskutils/xfce4-notification-daemon/Makefile
  head/deskutils/xfce4-notifyd/Makefile
  head/devel/libexplain/Makefile
  head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile
  head/devel/p5-Eval-Context/Makefile
  head/devel/p5-Package-Generator/Makefile
  head/dns/nslint/Makefile
  head/games/bloboats/Makefile
  head/games/filters/Makefile
  head/german/schwobifyer/Makefile
  head/graphics/exrtools/Makefile
  head/graphics/fig2sxd/Makefile
  head/graphics/fractorama/Makefile
  head/graphics/grafx2/Makefile
  head/graphics/icat/Makefile
  head/graphics/iec16022/Makefile
  head/graphics/metacam/Makefile
  head/graphics/pecomato/Makefile
  head/graphics/telak/Makefile
  head/mail/p5-Sendmail-AccessDB/Makefile
  head/mail/sylpheed/Makefile
  head/math/mathomatic/Makefile
  head/misc/bestfit/Makefile
  head/misc/gnu-watch/Makefile
  head/misc/talkfilters/Makefile
  head/multimedia/subtitleeditor/Makefile
  head/net-im/pidgin-bs/Makefile
  head/net-im/pidgin-privacy-please/Makefile
  head/net-mgmt/nagstamon/Makefile
  head/net-p2p/createtorrent/Makefile
  head/net/httping/Makefile
  head/net/minissdpd/Makefile
  head/net/nload/Makefile
  head/net/recvnet/Makefile
  head/security/op/Makefile
  head/security/pkcrack/Makefile
  head/security/proxytunnel/Makefile
  head/security/pure-sfv/Makefile
  head/security/tthsum/Makefile
  head/security/vpnc/Makefile
  head/sysutils/cdircmp/Makefile
  head/sysutils/disktype/Makefile
  head/sysutils/dvdbackup/Makefile
  head/sysutils/fusefs-ext4fuse/Makefile
  head/sysutils/logstalgia/Makefile
  head/sysutils/p5-Dir-Purge/Makefile
  head/sysutils/tmpreaper/Makefile
  head/sysutils/wuzzah/Makefile
  head/textproc/htmlise/Makefile
  head/textproc/uni2ascii/Makefile
  head/textproc/xlreader/Makefile

Modified: head/archivers/unlzx/Makefile
==============================================================================
--- head/archivers/unlzx/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/archivers/unlzx/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	unlzx
-# Date created:				Sat 3 June 2000
-# Whom:					will
-#
+# Created by: will
 # $FreeBSD$
-#
 
 PORTNAME=	unlzx
 PORTVERSION=	1.1

Modified: head/archivers/unmass/Makefile
==============================================================================
--- head/archivers/unmass/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/archivers/unmass/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	unmass
-# Date created:				14 Aug 2007
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	unmass
 PORTVERSION=	0.9
@@ -16,8 +12,8 @@ COMMENT=	Extract game archives such as w
 
 LICENSE=	GPLv2
 
+USES=		gmake
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
 USE_DOS2UNIX=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/archivers/unzip/Makefile
==============================================================================
--- head/archivers/unzip/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/archivers/unzip/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	unzip
-# Date created:		17 October 1994
-# Whom:			jmz
-#
+# Created by: jmz
 # $FreeBSD$
-#
 
 PORTNAME=	unzip
 PORTVERSION=	6.0

Modified: head/astro/p5-GPS/Makefile
==============================================================================
--- head/astro/p5-GPS/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/astro/p5-GPS/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,7 +1,4 @@
-# New ports collection makefile for:	p5-GPS
-# Date created:			5 December 2000
-# Whom:				Jeremy Shaffner <jeremy@external.org>
-#
+# Created by: Jeremy Shaffner <jeremy@external.org>
 # $FreeBSD$
 
 PORTNAME=	GPS

Modified: head/audio/audacious-dumb/Makefile
==============================================================================
--- head/audio/audacious-dumb/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/audacious-dumb/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	audacious-dumb
-# Date created:				27 May 2007
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	audacious-dumb
 PORTVERSION=	0.82
@@ -20,7 +16,7 @@ RUN_DEPENDS=	audacious:${PORTSDIR}/multi
 BUILD_DEPENDS=	audacious:${PORTSDIR}/multimedia/audacious \
 		${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_LDCONFIG=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/audio/gbsplay/Makefile
==============================================================================
--- head/audio/gbsplay/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/gbsplay/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -12,8 +12,7 @@ MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT?=	Emulates the sound hardware of the Nintendo Game Boy(TM)
 
 HAS_CONFIGURE=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake
 MAKE_JOBS_SAFE=	yes
 USE_CSTD=	gnu89
 

Modified: head/audio/libmodplug/Makefile
==============================================================================
--- head/audio/libmodplug/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/libmodplug/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:   libmodplug
-# Date created:		3 February 2004
-# Whom:			Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	libmodplug
 PORTVERSION=	0.8.8.4
@@ -13,8 +9,8 @@ MASTER_SITES=	SF/modplug-xmms/${PORTNAME
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	ModPlug mod-like music shared libraries
 
+USES=		gmake
 USE_LDCONFIG=	yes
-USE_GMAKE=	yes
 USE_GNOME=	pkgconfig
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/audio/libxmp/Makefile
==============================================================================
--- head/audio/libxmp/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/libxmp/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF/xmp/${PORTNAME}/${PORTV
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Module rendering library for xmp
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 

Modified: head/audio/mikmod/Makefile
==============================================================================
--- head/audio/mikmod/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/mikmod/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	mikmod:${PORTSDIR}/audio/libmikmod
 
-USE_GMAKE=	yes
+USES=		gmake
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 

Modified: head/audio/ocp/Makefile
==============================================================================
--- head/audio/ocp/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/ocp/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -22,8 +22,7 @@ LIB_DEPENDS=	id3tag:${PORTSDIR}/audio/li
 ONLY_FOR_ARCHS=	i386 amd64
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-USES=		ncurses
+USES=		ncurses gmake
 USE_LDCONFIG=	yes
 INSTALLS_ICONS=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/audio/playgsf/Makefile
==============================================================================
--- head/audio/playgsf/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/playgsf/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -13,7 +13,7 @@ COMMENT=	Command-line player for gsf aud
 
 LIB_DEPENDS=	ao:${PORTSDIR}/audio/libao
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_DOS2UNIX=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/audio/resid/Makefile
==============================================================================
--- head/audio/resid/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/resid/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	resid
-# Date created:				6 October 2002
-# Whom:					Anders Nordby <anders@FreeBSD.org>
-#
+# Created by: Anders Nordby <anders@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	resid
 PORTVERSION=	0.16

Modified: head/audio/uade/Makefile
==============================================================================
--- head/audio/uade/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/uade/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,4 +1,4 @@
-# Created by: Martin Blapp <mbr@freebsd.org>
+# Created by: Martin Blapp <mbr@FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	uade
@@ -13,9 +13,9 @@ COMMENT=	Unix Amiga Delitracker Emulator
 
 LIB_DEPENDS=	ao:${PORTSDIR}/audio/libao
 
+USES=		gmake
 HAS_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 MAKE_JOBS_SAFE=	yes
 
 DOCSDIR=	${PREFIX}/share/doc/uade2

Modified: head/audio/wav2cdr/Makefile
==============================================================================
--- head/audio/wav2cdr/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/wav2cdr/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	wav2cdr
-# Date created:				9 Sep 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	wav2cdr
 PORTVERSION=	2.3.3

Modified: head/audio/xmms-ahx/Makefile
==============================================================================
--- head/audio/xmms-ahx/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmms-ahx/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmms-ahx
-# Date created:				2 June 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	xmms-ahx
 PORTVERSION=	0.6
@@ -25,7 +21,7 @@ PLIST_FILES=	lib/xmms/Input/libahx.la \
 		lib/xmms/Input/libahx.so
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_GNOME=	gtk12
 USE_LDCONFIG=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/audio/xmms-nsf/Makefile
==============================================================================
--- head/audio/xmms-nsf/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmms-nsf/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmms-nsf
-# Date created:				18 Aug 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	xmms-nsf
 PORTVERSION=	0.0.3

Modified: head/audio/xmms-openspc/Makefile
==============================================================================
--- head/audio/xmms-openspc/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmms-openspc/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmms-openspc
-# Date created:				11 June 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	openspc
 PORTVERSION=	0.0.3

Modified: head/audio/xmms-sapplug/Makefile
==============================================================================
--- head/audio/xmms-sapplug/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmms-sapplug/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
 RUN_DEPENDS=	xmms:${PORTSDIR}/multimedia/xmms
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_GNOME=	glib12
 USE_LDCONFIG=	yes
 MAKE_JOBS_UNSAFE=	yes

Modified: head/audio/xmms-volnorm/Makefile
==============================================================================
--- head/audio/xmms-volnorm/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmms-volnorm/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmms-volnorm
-# Date created:				Fri Aug 17 12:17:23 EDT 2001
-# Whom:					Patrick Li <pat@databits.net>
-#
+# Created by: Patrick Li <pat@databits.net>
 # $FreeBSD$
-#
 
 PORTNAME=	volnorm
 PORTVERSION=	0.8.3

Modified: head/audio/xmms-xymms/Makefile
==============================================================================
--- head/audio/xmms-xymms/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmms-xymms/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xmms-xymms
-# Date created:				27 Jun 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	xymms
 DISTVERSION=	0.9.1

Modified: head/audio/xmp/Makefile
==============================================================================
--- head/audio/xmp/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/audio/xmp/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	xmp:${PORTSDIR}/audio/libxmp
 
-USES=		pkgconfig
-USE_GMAKE=	yes
+USES=		pkgconfig gmake
 WANT_GNOME=	yes
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes

Modified: head/deskutils/notify-osd/Makefile
==============================================================================
--- head/deskutils/notify-osd/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/deskutils/notify-osd/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -20,8 +20,8 @@ LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/d
 RUN_DEPENDS=	dbus-daemon:${PORTSDIR}/devel/dbus
 
 GNU_CONFIGURE=	yes
+USES=		gmake
 USE_GNOME=	libwnck gconf2
-USE_GMAKE=	yes
 USE_GCC=	4.4+
 MAKE_JOBS_SAFE=	yes
 

Modified: head/deskutils/xfce4-notification-daemon/Makefile
==============================================================================
--- head/deskutils/xfce4-notification-daemon/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/deskutils/xfce4-notification-daemon/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -22,9 +22,9 @@ RUN_DEPENDS=	dbus-daemon:${PORTSDIR}/dev
 
 GNU_CONFIGURE=	yes
 INSTALLS_ICONS=	yes
+USES=		gmake
 USE_BZIP2=	yes
 USE_GNOME=	librsvg2
-USE_GMAKE=	yes
 USE_LDCONFIG=	yes
 USE_XFCE=	configenv libutil libgui
 MAKE_JOBS_SAFE=	yes

Modified: head/deskutils/xfce4-notifyd/Makefile
==============================================================================
--- head/deskutils/xfce4-notifyd/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/deskutils/xfce4-notifyd/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -16,11 +16,10 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	dbus-glib:${PORTSDIR}/devel/dbus-glib \
 		notify:${PORTSDIR}/devel/libnotify
 
-USES=		pkgconfig
+USES=		pkgconfig gmake
 USE_AUTOTOOLS=	libtool
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20 intltool intlhack
 USE_XFCE=	configenv libmenu libutil xfconf
 INSTALLS_ICONS=	yes

Modified: head/devel/libexplain/Makefile
==============================================================================
--- head/devel/libexplain/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/devel/libexplain/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -16,8 +16,7 @@ BUILD_DEPENDS=	pdfopt:${PORTSDIR}/print/
 		gsed:${PORTSDIR}/textproc/gsed
 
 USE_AUTOTOOLS=	libtool
-USES=		bison gettext
-USE_GMAKE=	yes
+USES=		bison gettext gmake
 USE_LDCONFIG=	yes
 
 MAKE_JOBS_SAFE=	yes

Modified: head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile
==============================================================================
--- head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/devel/p5-Data-TreeDumper-Renderer-GTK/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Data-TreeDumper-Renderer-GTK
-# Date Created:				21 Apr 2008
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Data-TreeDumper-Renderer-GTK
 PORTVERSION=	0.02

Modified: head/devel/p5-Eval-Context/Makefile
==============================================================================
--- head/devel/p5-Eval-Context/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/devel/p5-Eval-Context/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Eval-Context
-# Date Created:				22 Apr 2008
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Eval-Context
 PORTVERSION=	0.09.11

Modified: head/devel/p5-Package-Generator/Makefile
==============================================================================
--- head/devel/p5-Package-Generator/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/devel/p5-Package-Generator/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Package-Generator
-# Date Created:				22 Apr 2008
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Package-Generator
 PORTVERSION=	0.103

Modified: head/dns/nslint/Makefile
==============================================================================
--- head/dns/nslint/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/dns/nslint/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nslint
-# Date created:		27 October 1997
-# Whom:			dglo@ssec.wisc.edu
-#
+# Created by: dglo@ssec.wisc.edu
 # $FreeBSD$
-#
 
 PORTNAME=	nslint
 PORTVERSION=	3.1

Modified: head/games/bloboats/Makefile
==============================================================================
--- head/games/bloboats/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/games/bloboats/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -11,14 +11,11 @@ MASTER_SITES=	http://mirror.kapsi.fi/blo
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Boat racing game in the spirit of Elasto Mania or X-Moto
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	mixer image net sdl
 USE_GL=		yes
 MAKE_JOBS_SAFE=	yes
 
 MAKE_ENV+=	DATADIR="${DATADIR}"
 
-#post-patch:
-#	@${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile
-
 .include <bsd.port.mk>

Modified: head/games/filters/Makefile
==============================================================================
--- head/games/filters/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/games/filters/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,9 +14,8 @@ COMMENT=	Collection of filters, includin
 CONFLICTS=	talkfilters-[0-9]* jive-[0-9]* chef-[0-9]* kenny-[0-9]* \
 		lolcat-[0-9]*
 
-USES=		shebangfix
+USES=		shebangfix gmake
 USE_PERL5=	yes
-USE_GMAKE=	yes
 USE_GCC=	any
 MAKE_JOBS_UNSAFE=	yes
 

Modified: head/german/schwobifyer/Makefile
==============================================================================
--- head/german/schwobifyer/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/german/schwobifyer/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	schwobifyer
-# Date created:				30 Jul 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	schwobifyer
 PORTVERSION=	20050730

Modified: head/graphics/exrtools/Makefile
==============================================================================
--- head/graphics/exrtools/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/exrtools/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -18,8 +18,7 @@ LIB_DEPENDS=	IlmImf:${PORTSDIR}/graphics
 		jpeg:${PORTSDIR}/graphics/jpeg
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig:build
-USE_GMAKE=	yes
+USES=		pkgconfig gmake
 MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/fig2sxd/Makefile
==============================================================================
--- head/graphics/fig2sxd/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/fig2sxd/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -10,7 +10,7 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}.ori
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Convert .xfig files to the OpenOffice draw format
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

Modified: head/graphics/fractorama/Makefile
==============================================================================
--- head/graphics/fractorama/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/fractorama/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -16,8 +16,7 @@ COMMENT=	Fractal generation program
 LIB_DEPENDS=	tiff.4:${PORTSDIR}/graphics/tiff
 
 USE_QT_VER=	3
-USES=		bison
-USE_GMAKE=	yes
+USES=		bison gmake
 MAKE_JOBS_UNSAFE=	yes
 
 MAKE_ENV=	QTCPPFLAGS="${QTCPPFLAGS} ${PTHREAD_CFLAGS}" \

Modified: head/graphics/grafx2/Makefile
==============================================================================
--- head/graphics/grafx2/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/grafx2/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,7 +14,7 @@ COMMENT=	Pixelart-oriented bitmap painti
 LIB_DEPENDS=	X11:${PORTSDIR}/x11/libX11 \
 		png15:${PORTSDIR}/graphics/png
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_GCC=	any
 USE_SDL=	sdl image
 MAKE_JOBS_SAFE=	yes

Modified: head/graphics/icat/Makefile
==============================================================================
--- head/graphics/icat/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/icat/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -8,7 +8,7 @@ CATEGORIES=	graphics
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Displays images in 256-color capable terminals
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_DOS2UNIX=	Makefile
 USE_EFL=	imlib2
 USE_GITHUB=	yes

Modified: head/graphics/iec16022/Makefile
==============================================================================
--- head/graphics/iec16022/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/iec16022/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	popt:${PORTSDIR}/devel/popt
 
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		pkgconfig:build
+USES=		pkgconfig
 
 MAKE_JOBS_SAFE=	yes
 

Modified: head/graphics/metacam/Makefile
==============================================================================
--- head/graphics/metacam/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/metacam/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -9,7 +9,7 @@ MASTER_SITES=	CRITICAL
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Digital camera EXIF meta-information reader
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 CFLAGS+=	-I${LOCALBASE}/include

Modified: head/graphics/pecomato/Makefile
==============================================================================
--- head/graphics/pecomato/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/pecomato/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.mollux.org/proj
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Command-line picture metadata processor
 
-USE_GMAKE=		yes
+USES=			gmake
 USE_PYTHON_BUILD=	yes
 MAKE_JOBS_SAFE=		yes
 

Modified: head/graphics/telak/Makefile
==============================================================================
--- head/graphics/telak/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/graphics/telak/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	curl:${PORTSDIR}/ftp/curl \
 		gcrypt:${PORTSDIR}/security/libgcrypt
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_EFL=	imlib2
 MAKE_JOBS_SAFE=	yes
 

Modified: head/mail/p5-Sendmail-AccessDB/Makefile
==============================================================================
--- head/mail/p5-Sendmail-AccessDB/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/mail/p5-Sendmail-AccessDB/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	p5-Sendmail-AccessDB
-# Date created:				29 Jun 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	Sendmail-AccessDB
 PORTVERSION=	1.03

Modified: head/mail/sylpheed/Makefile
==============================================================================
--- head/mail/sylpheed/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/mail/sylpheed/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,9 +14,8 @@ COMMENT=	Lightweight, featureful, and fa
 LIB_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
 RUN_DEPENDS=	${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support
 
-USES=		gettext iconv
+USES=		gettext iconv gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes

Modified: head/math/mathomatic/Makefile
==============================================================================
--- head/math/mathomatic/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/math/mathomatic/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -12,8 +12,8 @@ COMMENT=	Highly portable, general purpos
 
 LICENSE=	GPLv2
 
+USES=		gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 
 MAKE_JOBS_SAFE=	yes
 

Modified: head/misc/bestfit/Makefile
==============================================================================
--- head/misc/bestfit/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/misc/bestfit/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -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

Modified: head/misc/gnu-watch/Makefile
==============================================================================
--- head/misc/gnu-watch/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/misc/gnu-watch/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -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

Modified: head/misc/talkfilters/Makefile
==============================================================================
--- head/misc/talkfilters/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/misc/talkfilters/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -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

Modified: head/multimedia/subtitleeditor/Makefile
==============================================================================
--- head/multimedia/subtitleeditor/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/multimedia/subtitleeditor/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -19,7 +19,7 @@ LIB_DEPENDS=	gtkmm-2.4.1:${PORTSDIR}/x11
 		enchant:${PORTSDIR}/textproc/enchant \
 		pcre:${PORTSDIR}/devel/pcre
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_GNOME=	gtk20
 USE_GSTREAMER=	good
 INSTALLS_ICONS=	yes

Modified: head/net-im/pidgin-bs/Makefile
==============================================================================
--- head/net-im/pidgin-bs/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net-im/pidgin-bs/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -17,9 +17,8 @@ LIB_DEPENDS=	purple:${PORTSDIR}/net-im/l
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 GNU_CONFIGURE=	yes
-USES=		gettext
+USES=		gettext gmake
 USE_BZIP2=	yes
-USE_GMAKE=	yes
 USE_GNOME=	gtk20
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 MAKE_JOBS_SAFE=	yes

Modified: head/net-im/pidgin-privacy-please/Makefile
==============================================================================
--- head/net-im/pidgin-privacy-please/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net-im/pidgin-privacy-please/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -17,8 +17,7 @@ BUILD_DEPENDS=	pidgin:${PORTSDIR}/net-im
 RUN_DEPENDS=	pidgin:${PORTSDIR}/net-im/pidgin
 
 GNU_CONFIGURE=	yes
-USES=		gettext
-USE_GMAKE=	yes
+USES=		gettext gmake
 USE_GNOME=	gtk20
 USE_LDCONFIG=	${PREFIX}/lib/pidgin
 MAKE_JOBS_SAFE=	yes

Modified: head/net-mgmt/nagstamon/Makefile
==============================================================================
--- head/net-mgmt/nagstamon/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net-mgmt/nagstamon/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	nagstamon
-# Date created:				26 May 2011
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	nagstamon
 PORTVERSION=	0.9.9

Modified: head/net-p2p/createtorrent/Makefile
==============================================================================
--- head/net-p2p/createtorrent/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net-p2p/createtorrent/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	createtorrent
-# Date created:				7 Jan 2007
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	createtorrent
 PORTVERSION=	1.1.4

Modified: head/net/httping/Makefile
==============================================================================
--- head/net/httping/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net/httping/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -12,7 +12,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Ping-like tool for HTTP requests
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 MAN1=		httping.1

Modified: head/net/minissdpd/Makefile
==============================================================================
--- head/net/minissdpd/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net/minissdpd/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://miniupnp.free.fr/fi
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	UPnP IGD discovery speed enhancer
 
-USE_GMAKE=	yes
+USES=		gmake
 USE_RC_SUBR=	minissdpd
 MAKE_JOBS_SAFE=	yes
 

Modified: head/net/nload/Makefile
==============================================================================
--- head/net/nload/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net/nload/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: nload
-# Date created:		24 April 2002
-# Whom:			Olivier Tharan <olive@oban.frmug.org>
-#
+# Created by: Olivier Tharan <olive@oban.frmug.org>
 # $FreeBSD$
-#
 
 PORTNAME=	nload
 PORTVERSION=	0.7.4

Modified: head/net/recvnet/Makefile
==============================================================================
--- head/net/recvnet/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/net/recvnet/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	recvnet
-# Date created:				27 Sep 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	recvnet
 PORTVERSION=	0.0.1

Modified: head/security/op/Makefile
==============================================================================
--- head/security/op/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/security/op/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	op
-# Date created:				30 Sep 2008
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	op
 PORTVERSION=	1.32

Modified: head/security/pkcrack/Makefile
==============================================================================
--- head/security/pkcrack/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/security/pkcrack/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.unix-ag.uni-kl.
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Utility for breaking pkzip encryption
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 WRKSRC=		${WRKDIR}/${DISTNAME}/src

Modified: head/security/proxytunnel/Makefile
==============================================================================
--- head/security/proxytunnel/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/security/proxytunnel/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -10,8 +10,7 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Connects stdin and stdout to an origin server through an HTTPS proxy
 
-USE_GMAKE=	yes
-USES=		pkgconfig:build
+USES=		pkgconfig gmake
 MAKE_JOBS_SAFE=	yes
 
 ALL_TARGET=	${PORTNAME}

Modified: head/security/pure-sfv/Makefile
==============================================================================
--- head/security/pure-sfv/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/security/pure-sfv/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -12,7 +12,7 @@ COMMENT=	Utility to test and create .sfv
 
 LICENSE=	GPLv2
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 WRKSRC=		${WRKDIR}

Modified: head/security/tthsum/Makefile
==============================================================================
--- head/security/tthsum/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/security/tthsum/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -15,7 +15,7 @@ LICENSE=	GPLv3
 
 CONFLICTS=	microdc2-[0-9]*
 
-USE_GMAKE=	yes
+USES=		gmake
 MANCOMPRESSED=	yes
 
 MAKE_JOBS_SAFE=	yes

Modified: head/security/vpnc/Makefile
==============================================================================
--- head/security/vpnc/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/security/vpnc/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,8 +14,7 @@ COMMENT=	Client for Cisco 3000 VPN Conce
 LIB_DEPENDS=	gcrypt:${PORTSDIR}/security/libgcrypt
 RUN_DEPENDS=	vpnc-script:${PORTSDIR}/sysutils/vpnc-scripts
 
-USES=		shebangfix
-USE_GMAKE=	yes
+USES=		shebangfix gmake
 USE_PERL5_BUILD=yes
 USE_RC_SUBR=	vpnc
 MAKE_JOBS_SAFE=	yes

Modified: head/sysutils/cdircmp/Makefile
==============================================================================
--- head/sysutils/cdircmp/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/cdircmp/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	cdircmp
-# Date created:				21 Sep 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	cdircmp
 PORTVERSION=	0.3

Modified: head/sysutils/disktype/Makefile
==============================================================================
--- head/sysutils/disktype/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/disktype/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -9,7 +9,7 @@ MASTER_SITES=	SF
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Disk formatting type autodetector
 
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/disktype

Modified: head/sysutils/dvdbackup/Makefile
==============================================================================
--- head/sysutils/dvdbackup/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/dvdbackup/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,7 +14,7 @@ LICENSE=	GPLv3
 LIB_DEPENDS=	dvdread:${PORTSDIR}/multimedia/libdvdread
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 CPPFLAGS+=	-I${LOCALBASE}/include

Modified: head/sysutils/fusefs-ext4fuse/Makefile
==============================================================================
--- head/sysutils/fusefs-ext4fuse/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/fusefs-ext4fuse/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -14,8 +14,7 @@ LICENSE=	GPLv2
 
 LIB_DEPENDS=	execinfo:${PORTSDIR}/devel/libexecinfo
 
-USES=		fuse pkgconfig:build
-USE_GMAKE=	yes
+USES=		fuse pkgconfig gmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	gerard
 GH_COMMIT=	33f57f6

Modified: head/sysutils/logstalgia/Makefile
==============================================================================
--- head/sysutils/logstalgia/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/logstalgia/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	ftgl:${PORTSDIR}/graphics/f
 		pcre.3:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
-USES=		pkgconfig:build
+USES=		pkgconfig
 USE_SDL=	sdl image
 
 CFLAGS+=	-L/usr/local/lib -I/usr/local/include

Modified: head/sysutils/p5-Dir-Purge/Makefile
==============================================================================
--- head/sysutils/p5-Dir-Purge/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/p5-Dir-Purge/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	sysutils/p5-Dir-Purge
-# Date created:				4 July 2006
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	Dir-Purge
 PORTVERSION=	1.02

Modified: head/sysutils/tmpreaper/Makefile
==============================================================================
--- head/sysutils/tmpreaper/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/tmpreaper/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -12,7 +12,7 @@ COMMENT=	Cleans up files in directories 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	sbin/tmpreaper

Modified: head/sysutils/wuzzah/Makefile
==============================================================================
--- head/sysutils/wuzzah/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/sysutils/wuzzah/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -12,7 +12,7 @@ COMMENT=	Command-line utility for stalki
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 MAKE_JOBS_SAFE=	yes
 
 PLIST_FILES=	bin/wuzzah

Modified: head/textproc/htmlise/Makefile
==============================================================================
--- head/textproc/htmlise/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/textproc/htmlise/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	htmlise
-# Date created:				2 Sep 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	htmlise
 PORTVERSION=	0.2

Modified: head/textproc/uni2ascii/Makefile
==============================================================================
--- head/textproc/uni2ascii/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/textproc/uni2ascii/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	uni2ascii
-# Date created:				12 Sep 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	uni2ascii
 PORTVERSION=	4.18

Modified: head/textproc/xlreader/Makefile
==============================================================================
--- head/textproc/xlreader/Makefile	Mon Jul  8 18:26:16 2013	(r322529)
+++ head/textproc/xlreader/Makefile	Mon Jul  8 18:42:15 2013	(r322530)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	xlreader
-# Date created:				25 Jun 2005
-# Whom:					Emanuel Haupt <ehaupt@critical.ch>
-#
+# Created by: Emanuel Haupt <ehaupt@critical.ch>
 # $FreeBSD$
-#
 
 PORTNAME=	xlreader
 PORTVERSION=	0.9.0



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307081842.r68IgGbf075089>