diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-08-18 12:45:52 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-08-18 12:45:52 +0000 |
commit | 71700ad9bff80ee18639fb32940a3dc967565c10 (patch) | |
tree | 972fe776a29e753f5fdf46d86fc8bc3dfb7d4efd | |
parent | 967ff09966f07380139a2c01453dab9f7eb2c907 (diff) | |
download | FreeBSD-ports-71700ad9bff80ee18639fb32940a3dc967565c10.zip FreeBSD-ports-71700ad9bff80ee18639fb32940a3dc967565c10.tar.gz |
- Mark DEPRECATED and set EXPIRATION_DATE to 2014-09-18
-rw-r--r-- | sysutils/moreutils-parallel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/moreutils-parallel/Makefile b/sysutils/moreutils-parallel/Makefile index fe77870..9462c02 100644 --- a/sysutils/moreutils-parallel/Makefile +++ b/sysutils/moreutils-parallel/Makefile @@ -16,6 +16,9 @@ LICENSE= GPLv2 CONFLICTS= parallel-[0-9]* +DEPRECATED= Use moreutils-parallel in sysutils/moreutils instead +EXPIRATION_DATE=2014-09-18 + WRKSRC= ${WRKDIR}/moreutils MAKE_ARGS= BINS=parallel MANS=parallel.1 |