diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-09-23 22:10:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-09-23 22:10:00 +0800 |
commit | ef5e97d78f666521da7b3b08d369487ee19ed913 (patch) | |
tree | 926ac45bb85b1c7e4b83f79420947137be6fcd90 /www | |
parent | e292e1f96599529a4ebeb96838036bf655f94839 (diff) | |
download | freebsd-ports-gnome-ef5e97d78f666521da7b3b08d369487ee19ed913.tar.gz freebsd-ports-gnome-ef5e97d78f666521da7b3b08d369487ee19ed913.tar.zst freebsd-ports-gnome-ef5e97d78f666521da7b3b08d369487ee19ed913.zip |
Remove USES=localbase
Diffstat (limited to 'www')
-rw-r--r-- | www/httrack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/httrack/Makefile b/www/httrack/Makefile index f2ae7d621177..7bb45dd24b8c 100644 --- a/www/httrack/Makefile +++ b/www/httrack/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --docdir=${DOCSDIR} --with-zlib=/usr GNU_CONFIGURE= yes INSTALL_TARGET= install-strip USE_LDCONFIG= ${PREFIX}/lib/httrack -USES= alias gmake iconv libtool localbase shebangfix ssl +USES= alias gmake iconv libtool shebangfix ssl PORTDATA= * PORTDOCS= * |