diff options
author | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-02-19 15:02:58 +0800 |
commit | 9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0 (patch) | |
tree | 3edffe88f797443382147254706925dcdabc05e0 /www | |
parent | 96b10301f4cd42e77bd07254093a85bc5b89f04f (diff) | |
download | freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.gz freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.tar.zst freebsd-ports-gnome-9e5eb79aa2baf52c5cc81c31c467c052c2fd77b0.zip |
- replace `YES' with `yes' in USE_PYTHON/USE_PYDISTUTILS (mostly)
They all non-functional changes.
Diffstat (limited to 'www')
-rw-r--r-- | www/google-sitemapgen/Makefile | 4 | ||||
-rw-r--r-- | www/webcheck/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/google-sitemapgen/Makefile b/www/google-sitemapgen/Makefile index 97be1ae5952b..926d6f93c341 100644 --- a/www/google-sitemapgen/Makefile +++ b/www/google-sitemapgen/Makefile @@ -18,8 +18,8 @@ PROJECTHOST= sitemap-generators NO_WRKSUBDIR= -USE_PYTHON= YES -USE_PYDISTUTILS=YES +USE_PYTHON= yes +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= sitemap_gen .include <bsd.port.mk> diff --git a/www/webcheck/Makefile b/www/webcheck/Makefile index 3b42c7aea5a3..8ada5bfa2bc8 100644 --- a/www/webcheck/Makefile +++ b/www/webcheck/Makefile @@ -14,8 +14,8 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= reed@reedmedia.net COMMENT= View structure of a web site, get a list of problems like broken links -USE_PYTHON= YES -NO_BUILD= YES +USE_PYTHON= yes +NO_BUILD= yes MAN1= webcheck.1 |