diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-04-25 03:32:13 +0800 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-04-25 03:32:13 +0800 |
commit | b854a42a97fbd304518df17a5e82b3d1d7fa6535 (patch) | |
tree | e31a27b16d0fe93b458bdf9f8081fe90f07e4a12 /dns | |
parent | 5c4ae0c4d45f94ee1fb58777c79066d3ecd9d11d (diff) | |
download | freebsd-ports-gnome-b854a42a97fbd304518df17a5e82b3d1d7fa6535.tar.gz freebsd-ports-gnome-b854a42a97fbd304518df17a5e82b3d1d7fa6535.tar.zst freebsd-ports-gnome-b854a42a97fbd304518df17a5e82b3d1d7fa6535.zip |
Convert to USES=tar
Diffstat (limited to 'dns')
-rw-r--r-- | dns/maradns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/maradns/Makefile b/dns/maradns/Makefile index 9fb48fc9e9fc..e79c78943c1a 100644 --- a/dns/maradns/Makefile +++ b/dns/maradns/Makefile @@ -20,8 +20,8 @@ MAKE_ENV= FLAGS="${CFLAGS}" CONFIGURE_ENV= LANG= HAS_CONFIGURE= yes -USE_BZIP2= yes USE_RC_SUBR= ${PORTNAME} zoneserver Deadwood +USES= tar:bzip2 USERS= bind GROUPS= bind INSTALL_TARGET= install PREFIX=${STAGEDIR}${PREFIX} |