diff options
author | kevlo <kevlo@FreeBSD.org> | 2002-09-18 17:36:40 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2002-09-18 17:36:40 +0800 |
commit | 7f69b446b56f9705ec24909c05ced4cf0891a997 (patch) | |
tree | 11472201c30d7bc737fbe4b65828c7a5603e16c7 /textproc/smartdoc-devel | |
parent | 1eab29bd4a61ac9af4360ba9ea9e938ca3485bdf (diff) | |
download | freebsd-ports-gnome-7f69b446b56f9705ec24909c05ced4cf0891a997.tar.gz freebsd-ports-gnome-7f69b446b56f9705ec24909c05ced4cf0891a997.tar.zst freebsd-ports-gnome-7f69b446b56f9705ec24909c05ced4cf0891a997.zip |
Update to the lastest version.
PR: 42859
Submitted by: MAINTAINER
Diffstat (limited to 'textproc/smartdoc-devel')
-rw-r--r-- | textproc/smartdoc-devel/Makefile | 7 | ||||
-rw-r--r-- | textproc/smartdoc-devel/distinfo | 2 | ||||
-rw-r--r-- | textproc/smartdoc-devel/pkg-plist | 1 |
3 files changed, 3 insertions, 7 deletions
diff --git a/textproc/smartdoc-devel/Makefile b/textproc/smartdoc-devel/Makefile index c17dde222644..aa0da677f3af 100644 --- a/textproc/smartdoc-devel/Makefile +++ b/textproc/smartdoc-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= smartdoc -PORTVERSION= 1.0.0.20020701 +PORTVERSION= 1.0.0.20020826 CATEGORIES= textproc java MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= kiri/smartdoc @@ -15,9 +15,7 @@ DIST_SUBDIR= ${PORTNAME} MAINTAINER= kunishi@acm.org -BUILD_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog -RUN_DEPENDS= ${MKCATALOG}:${PORTSDIR}/textproc/mkcatalog \ - javavm:${PORTSDIR}/java/javavmwrapper +RUN_DEPENDS= javavm:${PORTSDIR}/java/javavmwrapper SCRIPTS_ENV= JAVALIBDIR=${JAVALIBDIR} WRKSRC= ${WRKDIR}/sdoc @@ -64,7 +62,6 @@ do-install: ${MKDIR} ${DTDDIR} ${EMACSLISPDIR} ${XEMACSLISPDIR} ${INSTALL_DATA} ${FILESDIR}/catalog ${DTDDIR} ${INSTALL_DATA} ${WRKSRC}/etc/pure/PureSmartDoc.dtd ${DTDDIR} - ${MKCATALOG} -c ${LOCALBASE}/share/xml/catalog -q install ${PORTNAME} .for file in ${ELISPS} ${INSTALL_DATA} ${WRKSRC}/etc/${file} ${EMACSLISPDIR} ${INSTALL_DATA} ${WRKSRC}/etc/${file} ${XEMACSLISPDIR} diff --git a/textproc/smartdoc-devel/distinfo b/textproc/smartdoc-devel/distinfo index 4cc3c09ed836..c420fe1e5885 100644 --- a/textproc/smartdoc-devel/distinfo +++ b/textproc/smartdoc-devel/distinfo @@ -1 +1 @@ -MD5 (smartdoc/smartdoc-1.0.0.20020701.zip) = 5317a18c1445460fd9d9d3599f14d677 +MD5 (smartdoc/smartdoc-1.0.0.20020826.zip) = 4a7ff4454d7d0c5487bd4a8a3c189fd6 diff --git a/textproc/smartdoc-devel/pkg-plist b/textproc/smartdoc-devel/pkg-plist index e41651806954..0526409677fb 100644 --- a/textproc/smartdoc-devel/pkg-plist +++ b/textproc/smartdoc-devel/pkg-plist @@ -213,7 +213,6 @@ share/examples/smartdoc/sdoc-helper.el share/examples/smartdoc/sdoc-mode.el share/examples/smartdoc/sdoc2html.xsl share/java/classes/SmartDoc.jar -share/xml/catalog share/xml/smartdoc/PureSmartDoc.dtd share/xml/smartdoc/catalog @dirrm share/xml/smartdoc |