diff options
Diffstat (limited to 'net/whois/Makefile')
-rw-r--r-- | net/whois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile index 07ca56eff9ea..be3342398926 100644 --- a/net/whois/Makefile +++ b/net/whois/Makefile @@ -6,7 +6,7 @@ # PORTNAME= whois -PORTVERSION= 4.7.19 +PORTVERSION= 4.7.20 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= LDFLAGS="${LDFLAGS}" MAKE_ARGS= OPTS="" -MAN1= whois.1 +MAN1= gwhois.1 .if !defined(WITHOUT_NLS) USE_GETTEXT= yes |