diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2010-12-17 00:34:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2010-12-17 00:34:29 +0800 |
commit | b327f509bc83f0cd8417bc65bf1a1aab6bfeb514 (patch) | |
tree | 2554a08fa05b7fc9373801f7d760a3633afd0ac8 /sysutils/parallel | |
parent | 785b7f0021352f892da2931f3ca6718953179e00 (diff) | |
download | freebsd-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/Makefile | 3 |
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 |