diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 11:52:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 11:52:17 +0000 |
commit | 295a665e38fa6bec8883fc46e0596e1b8818086d (patch) | |
tree | 56a4becaf573c7d79f6a491d61ae41e1f920b605 /www | |
parent | c3c551d34903010b30d5b59da1c60a4c2996208d (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/anyremote2html/Makefile | 1 | ||||
-rw-r--r-- | www/gurlchecker/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-Toc/Makefile | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/www/anyremote2html/Makefile b/www/anyremote2html/Makefile index bd5401d29f4a..0d9047a4a8ba 100644 --- a/www/anyremote2html/Makefile +++ b/www/anyremote2html/Makefile @@ -16,7 +16,6 @@ USE_PYTHON_RUN= yes PORTDOCS= ChangeLog README COPYING AUTHORS -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' ${WRKSRC}/${PORTNAME} .if defined(NOPORTDOCS) diff --git a/www/gurlchecker/Makefile b/www/gurlchecker/Makefile index a7df96f3a150..a2a4df74f05a 100644 --- a/www/gurlchecker/Makefile +++ b/www/gurlchecker/Makefile @@ -27,7 +27,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MNLS} diff --git a/www/p5-HTML-Toc/Makefile b/www/p5-HTML-Toc/Makefile index 5542893ddd53..7765601a9b28 100644 --- a/www/p5-HTML-Toc/Makefile +++ b/www/p5-HTML-Toc/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure -NO_STAGE= yes .include <bsd.port.mk> |