aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-02-22 01:56:36 +0800
committerMathieu Arnold <mat@FreeBSD.org>2014-02-22 01:56:36 +0800
commitcf20553f9d3b00cad6dc4b65ebe265fbb53544bf (patch)
tree4a05739e7e8714272d8afebfec57daa383938784
parent4cb568edf3a2e358ce8c666a184da94508415ef7 (diff)
downloadfreebsd-ports-gnome-cf20553f9d3b00cad6dc4b65ebe265fbb53544bf.tar.gz
freebsd-ports-gnome-cf20553f9d3b00cad6dc4b65ebe265fbb53544bf.tar.zst
freebsd-ports-gnome-cf20553f9d3b00cad6dc4b65ebe265fbb53544bf.zip
Staging.
Sponsored by: Absolight
-rw-r--r--textproc/dtd-catalogs/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/dtd-catalogs/Makefile b/textproc/dtd-catalogs/Makefile
index 967a179e61a4..49622efbf322 100644
--- a/textproc/dtd-catalogs/Makefile
+++ b/textproc/dtd-catalogs/Makefile
@@ -16,6 +16,8 @@ RUN_DEPENDS= ${ISO8879_CAT}:${PORTSDIR}/textproc/iso8879 \
${LINUXDOC_CAT}:${PORTSDIR}/textproc/linuxdoc
NO_BUILD= yes
+NO_MTREE= yes
+NO_INSTALL= yes
# The following catalogs are listed in catalog-list-file actually.
ISO8879_CAT= ${LOCALBASE}/share/sgml/iso8879/catalog
@@ -23,8 +25,4 @@ ISO12083_CAT= ${LOCALBASE}/share/sgml/iso12083/catalog
HTML_CAT= ${LOCALBASE}/share/sgml/html/catalog
LINUXDOC_CAT= ${LOCALBASE}/share/sgml/linuxdoc/catalog
-NO_STAGE= yes
-do-install:
- @${DO_NADA}
-
.include <bsd.port.mk>