diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-05-30 07:33:51 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 2002-05-30 07:33:51 +0000 |
commit | 1076ab2a349abd7213181298440eda7e404f6705 (patch) | |
tree | 7bebf6b51e01aa6c91fb3526f0520f96ec405252 | |
parent | 88fc70575e5d0fc5f1e7b1399535e7f306e8cd96 (diff) | |
download | freebsd-ports-1076ab2a349abd7213181298440eda7e404f6705.zip |
The distfiles for this port are distributed in bzip2 format. Add
a ``USE_BZIP2'' line to reflect this.
-rw-r--r-- | www/webcheck/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index bc2429f203fd..a5dc2ea8aec0 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/Makefile @@ -14,6 +14,7 @@ EXTRACT_SUFX= .bz2 MAINTAINER= mwm@mired.org USE_PYTHON= YES +USE_BZIP2= YES do-install: @${MKDIR} ${DATADIR} |