diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-07-08 18:42:15 +0000 |
commit | 6fe706fd4b9b0b87916cfce74ab6107039a1f1fe (patch) | |
tree | 95c3e5e00266f9da92ed052b260dfa7698b52a62 /sysutils | |
parent | 1af651482e6f078a83a382d14ff88fc7c50a67f3 (diff) | |
download | ports-6fe706fd4b9b0b87916cfce74ab6107039a1f1fe.tar.gz ports-6fe706fd4b9b0b87916cfce74ab6107039a1f1fe.zip |
Notes
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/cdircmp/Makefile | 6 | ||||
-rw-r--r-- | sysutils/disktype/Makefile | 2 | ||||
-rw-r--r-- | sysutils/dvdbackup/Makefile | 2 | ||||
-rw-r--r-- | sysutils/fusefs-ext4fuse/Makefile | 3 | ||||
-rw-r--r-- | sysutils/logstalgia/Makefile | 2 | ||||
-rw-r--r-- | sysutils/p5-Dir-Purge/Makefile | 6 | ||||
-rw-r--r-- | sysutils/tmpreaper/Makefile | 2 | ||||
-rw-r--r-- | sysutils/wuzzah/Makefile | 2 |
8 files changed, 8 insertions, 17 deletions
diff --git a/sysutils/cdircmp/Makefile b/sysutils/cdircmp/Makefile index 32e40987bd1d..a565ef835df2 100644 --- a/sysutils/cdircmp/Makefile +++ b/sysutils/cdircmp/Makefile @@ -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 diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile index 012857a481f2..e515ce9cae19 100644 --- a/sysutils/disktype/Makefile +++ b/sysutils/disktype/Makefile @@ -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 diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile index 2b4ee3c9ec51..945f842bc1a3 100644 --- a/sysutils/dvdbackup/Makefile +++ b/sysutils/dvdbackup/Makefile @@ -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 diff --git a/sysutils/fusefs-ext4fuse/Makefile b/sysutils/fusefs-ext4fuse/Makefile index ca0f5e29c2f3..512b8bd881d5 100644 --- a/sysutils/fusefs-ext4fuse/Makefile +++ b/sysutils/fusefs-ext4fuse/Makefile @@ -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 diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile index 96114b8af2aa..ac6ff64d14e8 100644 --- a/sysutils/logstalgia/Makefile +++ b/sysutils/logstalgia/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= ftgl:${PORTSDIR}/graphics/ftgl \ 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 diff --git a/sysutils/p5-Dir-Purge/Makefile b/sysutils/p5-Dir-Purge/Makefile index d8cb37289166..5930cbc0b061 100644 --- a/sysutils/p5-Dir-Purge/Makefile +++ b/sysutils/p5-Dir-Purge/Makefile @@ -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 diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile index 6fc0d8eec386..54d52a10005c 100644 --- a/sysutils/tmpreaper/Makefile +++ b/sysutils/tmpreaper/Makefile @@ -12,7 +12,7 @@ COMMENT= Cleans up files in directories based on their age LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes PLIST_FILES= sbin/tmpreaper diff --git a/sysutils/wuzzah/Makefile b/sysutils/wuzzah/Makefile index c5dedc360bf0..98b653a1fd0a 100644 --- a/sysutils/wuzzah/Makefile +++ b/sysutils/wuzzah/Makefile @@ -12,7 +12,7 @@ COMMENT= Command-line utility for stalking users LICENSE= GPLv2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake MAKE_JOBS_SAFE= yes PLIST_FILES= bin/wuzzah |