diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-19 17:20:53 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-19 17:20:53 +0800 |
commit | 646a0f2432451c7a003379f4c3cc36bce649f0c6 (patch) | |
tree | 137c72bccf083d57f8e5819ad34e62c3b9c1faed /textproc | |
parent | 606a96a4b648757cd73e113e8fc2ad9971a3c1e7 (diff) | |
download | freebsd-ports-gnome-646a0f2432451c7a003379f4c3cc36bce649f0c6.tar.gz freebsd-ports-gnome-646a0f2432451c7a003379f4c3cc36bce649f0c6.tar.zst freebsd-ports-gnome-646a0f2432451c7a003379f4c3cc36bce649f0c6.zip |
- Don't generate catalog chain to avoid sgml/xml catalogs mixup
- Drop maintainership
- Bump PortRevision
PR: 40746
Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/jrefentry/Makefile | 11 | ||||
-rw-r--r-- | textproc/jrefentry/pkg-descr | 3 | ||||
-rw-r--r-- | textproc/jrefentry/pkg-plist | 2 |
3 files changed, 3 insertions, 13 deletions
diff --git a/textproc/jrefentry/Makefile b/textproc/jrefentry/Makefile index e12e24227b3e..f1f2a8cd0ffb 100644 --- a/textproc/jrefentry/Makefile +++ b/textproc/jrefentry/Makefile @@ -7,23 +7,19 @@ PORTNAME= jrefentry PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= docbook -MAINTAINER= fuyuki@mj.0038.net +MAINTAINER= ports@FreeBSD.org -RUN_DEPENDS= ${LOCALBASE}/share/xml/docbook/catalog:${PORTSDIR}/textproc/docbook-xml \ - ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog +RUN_DEPENDS= ${LOCALBASE}/share/xml/docbook/catalog:${PORTSDIR}/textproc/docbook-xml NO_BUILD= yes -PLIST_SUB= MKCATALOG=${MKCATALOG} CATALOG=${CATALOG} XMLDIR= ${PREFIX}/share/xml/docbook/${PORTNAME} -MKCATALOG= ${LOCALBASE}/sbin/mkcatalog -CATALOG= ${PREFIX}/share/xml/docbook/catalog - do-install: ${MKDIR} ${XMLDIR} ${INSTALL_DATA} ${WRKSRC}/jrefentry.dtd ${XMLDIR} @@ -31,7 +27,6 @@ do-install: >${XMLDIR}/catalog post-install: - ${MKCATALOG} -c ${CATALOG} -q install jrefentry ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/jtest.xml ${EXAMPLESDIR} ${MKDIR} ${DOCSDIR} diff --git a/textproc/jrefentry/pkg-descr b/textproc/jrefentry/pkg-descr index ff0d68c0cda4..660693dc1b2a 100644 --- a/textproc/jrefentry/pkg-descr +++ b/textproc/jrefentry/pkg-descr @@ -3,6 +3,3 @@ model. The purpose of this customization is to mirror the order and nature of structured comment tags in JavaDoc documentation. WWW: http://docbook.sourceforge.net/projects/jrefentry/ - -- Kimura Fuyuki -fuyuki@mj.0038.net diff --git a/textproc/jrefentry/pkg-plist b/textproc/jrefentry/pkg-plist index 857db0b22533..bb134fed8fb3 100644 --- a/textproc/jrefentry/pkg-plist +++ b/textproc/jrefentry/pkg-plist @@ -1,6 +1,4 @@ -@unexec %%MKCATALOG%% -c %%CATALOG%% -q deinstall jrefentry share/xml/docbook/jrefentry/catalog -@exec %%MKCATALOG%% -c %%CATALOG%% -q install jrefentry share/xml/docbook/jrefentry/jrefentry.dtd @dirrm share/xml/docbook/jrefentry share/examples/jrefentry/jtest.xml |