aboutsummaryrefslogtreecommitdiffstats
path: root/net/whois/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/whois/Makefile')
-rw-r--r--net/whois/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile
index f11a35e312dd..a961cd973c50 100644
--- a/net/whois/Makefile
+++ b/net/whois/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= whois
-PORTVERSION= 4.7.11
+PORTVERSION= 4.7.12
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -14,11 +14,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= filippo.natali@gmail.com
COMMENT= Marco d'Itri whois client
-MAN1= whois.1
-
USE_ICONV= yes
USE_PERL5_BUILD= yes
-USE_REINPLACE= yes
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -26,6 +23,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ENV= LDFLAGS="${LDFLAGS}"
MAKE_ARGS= OPTS=""
+MAN1= whois.1
+
.if !defined(WITHOUT_NLS)
USE_GETTEXT= yes
LDFLAGS+= -lintl