diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 00:35:49 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-30 00:35:49 +0000 |
commit | ec3cdf7deec53e8f868dba499f0b828a22826c5d (patch) | |
tree | e7e66f1bd28db64b4961582a64eb4789a6de7bf9 /ftp/wzdftpd | |
parent | 07d10fe980023a2198f6ea7acba9926cc3b67bb5 (diff) |
Notes
Diffstat (limited to 'ftp/wzdftpd')
-rw-r--r-- | ftp/wzdftpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile index da1a1ca1bcc5..9b86644a00f9 100644 --- a/ftp/wzdftpd/Makefile +++ b/ftp/wzdftpd/Makefile @@ -3,7 +3,7 @@ PORTNAME= wzdftpd PORTVERSION= 0.8.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= ftp ipv6 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-sources/${PORTNAME}-${PORTVERSION:R} @@ -21,9 +21,10 @@ HOWL_DESC= Zeroconf support via Howl OPTIONS_SUB= yes +USES= autoreconf gettext-tools libtool pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${ETCDIR} --without-pam --disable-bonjour -USES= autoreconf gettext-tools libtool pkgconfig +INSTALL_TARGET= install-strip USE_LDCONFIG= yes USE_RC_SUBR= wzdftpd |