aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/parallel
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2010-12-17 00:34:29 +0800
committersunpoet <sunpoet@FreeBSD.org>2010-12-17 00:34:29 +0800
commitb327f509bc83f0cd8417bc65bf1a1aab6bfeb514 (patch)
tree2554a08fa05b7fc9373801f7d760a3633afd0ac8 /sysutils/parallel
parent785b7f0021352f892da2931f3ca6718953179e00 (diff)
downloadfreebsd-ports-gnome-b327f509bc83f0cd8417bc65bf1a1aab6bfeb514.tar.gz
freebsd-ports-gnome-b327f509bc83f0cd8417bc65bf1a1aab6bfeb514.tar.zst
freebsd-ports-gnome-b327f509bc83f0cd8417bc65bf1a1aab6bfeb514.zip
- Update CONFLICTS: sysutils/moreutils -> sysutils/moreutils-parallel
- Bump PORTREVISION
Diffstat (limited to 'sysutils/parallel')
-rw-r--r--sysutils/parallel/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile
index 78683a33c8f1..7dc0d68df16a 100644
--- a/sysutils/parallel/Makefile
+++ b/sysutils/parallel/Makefile
@@ -7,6 +7,7 @@
PORTNAME= parallel
PORTVERSION= 20101202
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= GNU
@@ -15,7 +16,7 @@ COMMENT= GNU parallel is a shell tool for executing jobs in parallel
LICENSE= GPLv3
-CONFLICTS= moreutils-[0-9]*
+CONFLICTS= moreutils-parallel-[0-9]*
CONFIGURE_ARGS= --docdir="${DOCSDIR}"
GNU_CONFIGURE= yes