summaryrefslogtreecommitdiff
path: root/textproc/openjade
diff options
context:
space:
mode:
authorhrs <hrs@pkgsrc.org>2005-05-05 05:50:23 +0000
committerhrs <hrs@pkgsrc.org>2005-05-05 05:50:23 +0000
commitd342995e532ebd09d4e8eadb2297e6de6e70f5f8 (patch)
tree73bbbef9f673b609107347ae30db74ab2265e155 /textproc/openjade
parent074f126f3e9217b8d7a2c49857eac313b10aeeec (diff)
downloadpkgsrc-d342995e532ebd09d4e8eadb2297e6de6e70f5f8.tar.gz
Add SGML_CATALOGS to register openjade/catalog on the system-wide
SGML catalog chain. Bump PKGREVISION.
Diffstat (limited to 'textproc/openjade')
-rw-r--r--textproc/openjade/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile
index ae3674a8fc3..f8fbd7e6088 100644
--- a/textproc/openjade/Makefile
+++ b/textproc/openjade/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2005/04/11 21:47:37 tv Exp $
+# $NetBSD: Makefile,v 1.11 2005/05/05 05:50:23 hrs Exp $
#
DISTNAME= openjade-1.3.2
-PKGREVISION= 2
+PKGREVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=openjade/}
@@ -20,6 +20,8 @@ CONFIGURE_ENV+= CXXFLAGS="${CFLAGS}"
CONFIGURE_ARGS+= --enable-default-catalog=${OPENJADE_DATA_DIR}/catalog \
--datadir=${OPENJADE_DATA_DIR}
+SGML_CATALOGS= ${PREFIX}/share/sgml/openjade/catalog
+
OPENJADE_DATA_DIR= ${PREFIX}/share/sgml/openjade
OPENJADE_DOC_DIR= ${PREFIX}/share/doc/openjade
@@ -36,4 +38,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/jadedoc/images/* ${OPENJADE_DOC_DIR}/jadedoc/images
.include "../../textproc/opensp/buildlink3.mk"
+.include "../../textproc/xmlcatmgr/catalogs.mk"
.include "../../mk/bsd.pkg.mk"