diff options
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index a3b05fc320e7..32f3138bc7e2 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -6,8 +6,7 @@ # PORTNAME= wget -DISTVERSION= 1.11.4 -PORTREVISION= 1 +DISTVERSION= 1.12 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget @@ -67,9 +66,8 @@ PLIST_SUB= NLS="@comment " MAN1= wget.1 INFO= wget +# eliminate gmakism post-patch: - ${RM} -f ${WRKSRC}/doc/wget.info* ${WRKSRC}/po/*.mo ${WRKSRC}/po/*.gmo - @# eliminate gmakism ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \ ${WRKSRC}/doc/Makefile.in ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ |