diff options
author | sf <sf@FreeBSD.org> | 2003-08-18 02:59:44 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-08-18 02:59:44 +0800 |
commit | 5b63948b9668740b9c5b069882242665b21f6a0b (patch) | |
tree | d93e345f13f6e093d35e24cbb36fbdc5f2f0b51c /ftp/wget/Makefile | |
parent | af8903bbfb2e3c4cbd3ec9751153e71e6f388827 (diff) | |
download | freebsd-ports-gnome-5b63948b9668740b9c5b069882242665b21f6a0b.tar.gz freebsd-ports-gnome-5b63948b9668740b9c5b069882242665b21f6a0b.tar.zst freebsd-ports-gnome-5b63948b9668740b9c5b069882242665b21f6a0b.zip |
utilize INFO.
Diffstat (limited to 'ftp/wget/Makefile')
-rw-r--r-- | ftp/wget/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ftp/wget/Makefile b/ftp/wget/Makefile index 904cd6b33280..8e3a381e70be 100644 --- a/ftp/wget/Makefile +++ b/ftp/wget/Makefile @@ -35,6 +35,7 @@ CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \ LIBS=-L${LOCALBASE}/lib MAN1= wget.1 +INFO= wget post-patch: ${RM} -f ${WRKSRC}/doc/wget.info* |