diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-30 05:07:39 +0800 |
commit | a3efce1abab3e3ffdacfd584b2689609a0979ef8 (patch) | |
tree | 89c14611c583909707d36d2ee33980021a65b425 /sysutils/hidesvn | |
parent | 01d8d88f456e484b8265e7be7086d3b5a1b4b701 (diff) | |
download | freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.gz freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.tar.zst freebsd-ports-gnome-a3efce1abab3e3ffdacfd584b2689609a0979ef8.zip |
Convert a bunch of USE_XZ to USES=tar:xz.
Approved by: portmgr (not really, but touches unstaged ports)
Diffstat (limited to 'sysutils/hidesvn')
-rw-r--r-- | sysutils/hidesvn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/hidesvn/Makefile b/sysutils/hidesvn/Makefile index 2b868d99469a..60bf51e8a9c1 100644 --- a/sysutils/hidesvn/Makefile +++ b/sysutils/hidesvn/Makefile @@ -9,9 +9,8 @@ MASTER_SITES= http://80386.nl/projects/${PORTNAME}/distfiles/ MAINTAINER= ed@FreeBSD.org COMMENT= Utility that uses LD_PRELOAD to hide .svn directories -USES= shebangfix +USES= shebangfix tar:xz USE_LDCONFIG= yes -USE_XZ= yes PLIST_FILES= bin/hidesvn lib/libhidesvn.so man/man1/hidesvn.1.gz SHEBANG_FILES= hidesvn.sh |