diff options
Diffstat (limited to 'cad/geda')
-rw-r--r-- | cad/geda/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/geda/Makefile b/cad/geda/Makefile index ec1989f8379e..4991e1e0da63 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -6,14 +6,14 @@ # PORTNAME= geda -PORTVERSION= 20060123 -PORTREVISION= 1 +PORTVERSION= 20060906 +PORTREVISION= 0 CATEGORIES= cad MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= The "meta-port" for gEDA RUN_DEPENDS= ${DATADIR}/sym:${PORTSDIR}/cad/geda-symbols \ @@ -34,7 +34,7 @@ RUN_DEPENDS+= ${EXAMPLESDIR}/README:${PORTSDIR}/cad/geda-examples .endif .if !defined(WITHOUT_DOCS) -RUN_DEPENDS+= ${DOCSDIR}/attributes/index.html:${PORTSDIR}/cad/geda-docs +RUN_DEPENDS+= ${DOCSDIR}/gedadocs.html:${PORTSDIR}/cad/geda-docs .endif do-install: # empty |