diff options
author | brooks <brooks@FreeBSD.org> | 2014-06-17 22:25:39 +0800 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2014-06-17 22:25:39 +0800 |
commit | 8b06a7fe3f320274f4f7e6edb008b0e6bbd7bc12 (patch) | |
tree | 411470b394d04cb7cb6749d071a41c7253976a14 /ftp/tftp-hpa | |
parent | a02af529f7bb58de1e9e94a5d139464446267fdc (diff) | |
download | freebsd-ports-gnome-8b06a7fe3f320274f4f7e6edb008b0e6bbd7bc12.tar.gz freebsd-ports-gnome-8b06a7fe3f320274f4f7e6edb008b0e6bbd7bc12.tar.zst freebsd-ports-gnome-8b06a7fe3f320274f4f7e6edb008b0e6bbd7bc12.zip |
Switch to USES=tar:xz
PR: 191123
Submitted by: venture37@geeklan.co.uk
Diffstat (limited to 'ftp/tftp-hpa')
-rw-r--r-- | ftp/tftp-hpa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftp/tftp-hpa/Makefile b/ftp/tftp-hpa/Makefile index 45874d840687..fd1d10f77c73 100644 --- a/ftp/tftp-hpa/Makefile +++ b/ftp/tftp-hpa/Makefile @@ -11,9 +11,8 @@ COMMENT= Advanced tftp server OPTIONS_DEFINE= DOCS -USE_XZ= yes GNU_CONFIGURE= yes -USES= gmake +USES= gmake tar:xz USE_RC_SUBR= tftpd DESTDIRNAME= INSTALLROOT |