diff options
author | pi <pi@FreeBSD.org> | 2014-06-19 10:16:40 +0000 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2014-06-19 10:16:40 +0000 |
commit | 5b8e7e9d4ca68d495113f452ce52eae7809446d1 (patch) | |
tree | bd8cf1c54bcfc04d6cfe1be16133c0d0e01277a0 | |
parent | 34b90db041966647225d2c2aadc35023e49b82a4 (diff) | |
download | FreeBSD-ports-5b8e7e9d4ca68d495113f452ce52eae7809446d1.zip FreeBSD-ports-5b8e7e9d4ca68d495113f452ce52eae7809446d1.tar.gz |
misc/patchutils: USE_XZ -> USES=tar:xz
Approved by: portmgr (blanket)
-rw-r--r-- | misc/patchutils/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 13a9151..4bee9e0 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -9,8 +9,7 @@ MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ MAINTAINER= johans@FreeBSD.org COMMENT= Small collection of programs that operate on patch files -USE_XZ= yes -USES= perl5 +USES= perl5 tar:xz USE_PERL5= run build patch GNU_CONFIGURE= yes |