diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 11:51:50 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 11:51:50 +0000 |
commit | c3c551d34903010b30d5b59da1c60a4c2996208d (patch) | |
tree | 57a4c6ed8cd49377c7d6f030611c54b1cb86d916 /www | |
parent | 3ab9847226bf5edc86058b52e9658db9f4472cd1 (diff) | |
download | ports-c3c551d34903010b30d5b59da1c60a4c2996208d.tar.gz ports-c3c551d34903010b30d5b59da1c60a4c2996208d.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/ctemplate/Makefile | 3 | ||||
-rw-r--r-- | www/google-sitemapgen/Makefile | 1 | ||||
-rw-r--r-- | www/htmlcxx/Makefile | 1 | ||||
-rw-r--r-- | www/ljdeps/Makefile | 1 |
4 files changed, 1 insertions, 5 deletions
diff --git a/www/ctemplate/Makefile b/www/ctemplate/Makefile index a02d64e641a0..966e9739cfad 100644 --- a/www/ctemplate/Makefile +++ b/www/ctemplate/Makefile @@ -9,10 +9,9 @@ MASTER_SITES= SF MAINTAINER= ap@page2rss.com COMMENT= Template system for C -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes PLIST_FILES+= bin/h2ap -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/google-sitemapgen/Makefile b/www/google-sitemapgen/Makefile index ca27e12e92fc..dad6006f1a21 100644 --- a/www/google-sitemapgen/Makefile +++ b/www/google-sitemapgen/Makefile @@ -18,5 +18,4 @@ USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= sitemap_gen -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/htmlcxx/Makefile b/www/htmlcxx/Makefile index 3908ecfd42e2..8bc4ac9175a8 100644 --- a/www/htmlcxx/Makefile +++ b/www/htmlcxx/Makefile @@ -23,5 +23,4 @@ MAKE_JOBS_UNSAFE=yes MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" -NO_STAGE= yes .include <bsd.port.mk> diff --git a/www/ljdeps/Makefile b/www/ljdeps/Makefile index 6d528045d12b..f9f824687d92 100644 --- a/www/ljdeps/Makefile +++ b/www/ljdeps/Makefile @@ -35,5 +35,4 @@ USES= perl5 do-install: # Empty -NO_STAGE= yes .include <bsd.port.mk> |