diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-06-22 09:37:08 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2005-06-22 09:37:08 +0000 |
commit | 75abd64b5acc30810c90e352d849979cdd7d89db (patch) | |
tree | a3b2f2179963f6a2167b7b394adf06a4952926a0 /ftp | |
parent | 1dd96f561d1fc4ce2f8c04bfb331f904380709e1 (diff) | |
download | ports-75abd64b5acc30810c90e352d849979cdd7d89db.tar.gz ports-75abd64b5acc30810c90e352d849979cdd7d89db.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/wget/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index d1dad95af350..5988986bf399 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -7,6 +7,7 @@ PORTNAME= wget DISTVERSION= 1.10 +PORTREVISION= 1 CATEGORIES= ftp www ipv6 MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= wget @@ -49,7 +50,7 @@ post-patch: # eliminate gmakism ${REINPLACE_CMD} -e 's,$$<,$$(srcdir)/wget.texi,' \ ${WRKSRC}/doc/Makefile.in - ${REINPLACE_CMD} -e 's,/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ + ${REINPLACE_CMD} -e 's,/usr/local/etc/wgetrc,${PREFIX}/etc/wgetrc,' \ -e 's,@file{},@file{${PREFIX}},' \ ${WRKSRC}/doc/sample.wgetrc* ${WRKSRC}/doc/wget.texi |