diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-09-18 09:36:40 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-09-18 09:36:40 +0000 |
commit | 5c5e31f3ca3428ba1706fe20062b8d0b1817b6d9 (patch) | |
tree | c02125db5b05c8b71e57fd9feb8628bcc46e926c /textproc | |
parent | 494c006f0d5b3456f0e00835ec7cf301b96202e9 (diff) | |
download | ports-5c5e31f3ca3428ba1706fe20062b8d0b1817b6d9.tar.gz ports-5c5e31f3ca3428ba1706fe20062b8d0b1817b6d9.zip |
Notes
Diffstat (limited to 'textproc')
-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 |