aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gtkspell-reference/Makefile1
-rw-r--r--textproc/libxml++26-reference/Makefile5
-rw-r--r--textproc/libxml2-reference/Makefile7
-rw-r--r--textproc/libxslt-reference/Makefile7
4 files changed, 5 insertions, 15 deletions
diff --git a/textproc/gtkspell-reference/Makefile b/textproc/gtkspell-reference/Makefile
index 80070086b036..c64045d10ec5 100644
--- a/textproc/gtkspell-reference/Makefile
+++ b/textproc/gtkspell-reference/Makefile
@@ -5,5 +5,4 @@ PORTREVISION= 1
REFERENCE_SRC= ${WRKSRC}/docs
-NO_STAGE= yes
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/textproc/libxml++26-reference/Makefile b/textproc/libxml++26-reference/Makefile
index 03ee947743db..02051c50b95e 100644
--- a/textproc/libxml++26-reference/Makefile
+++ b/textproc/libxml++26-reference/Makefile
@@ -12,10 +12,7 @@ GNU_CONFIGURE= yes
DOCSDIR= ${PREFIX}/share/doc/libxml++-2.6
-NO_STAGE= yes
do-install:
-.if !defined(NOPORTDOCS)
- @cd ${WRKSRC} && ${GMAKE} install-data-local install-dist_referenceDATA
-.endif
+ @cd ${WRKSRC} && ${GMAKE} ${MAKE_ARGS} install-data-local install-dist_referenceDATA
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/textproc/libxml2-reference/Makefile b/textproc/libxml2-reference/Makefile
index d738084295d0..482d1217d93f 100644
--- a/textproc/libxml2-reference/Makefile
+++ b/textproc/libxml2-reference/Makefile
@@ -7,7 +7,7 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxml2:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxml2 && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
-USE_GMAKE= yes
+USES= gmake
.if !defined(NOPORTEXAMPLES)
EXAMPLES= testHTML.c testSAX.c testXPath.c xmllint.c
@@ -15,12 +15,9 @@ PLIST_FILES= ${EXAMPLES:S|^|%%EXAMPLESDIR%%/|}
PLIST_DIRS= %%EXAMPLESDIR%%
.endif
-NO_STAGE= yes
do-install:
-.if !defined(NOPORTDOCS)
.for d in . doc doc/devhelp doc/examples
- @cd ${PARENT_WRKSRC}/${d} && ${GMAKE} install-data-local
+ @cd ${PARENT_WRKSRC}/${d} && ${GMAKE} ${MAKE_ARGS} install-data-local
.endfor
-.endif
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"
diff --git a/textproc/libxslt-reference/Makefile b/textproc/libxslt-reference/Makefile
index 1f318e966b59..0710dfcc37c1 100644
--- a/textproc/libxslt-reference/Makefile
+++ b/textproc/libxslt-reference/Makefile
@@ -7,12 +7,9 @@ BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/textproc/libxslt:configure
PARENT_WRKSRC!= cd ${.CURDIR}/../libxslt && ${MAKE} -V WRKSRC
EXTRACT_ONLY=
-USE_GMAKE= yes
+USES= gmake
-NO_STAGE= yes
do-install:
-.if !defined(NOPORTDOCS)
- @cd ${PARENT_WRKSRC}/doc && ${GMAKE} install-data-local
-.endif
+ @cd ${PARENT_WRKSRC}/doc && ${GMAKE} ${MAKE_ARGS} install-data-local
.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"