diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-10 07:44:57 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2006-10-10 07:44:57 +0000 |
commit | 3451c7add339b059d0e33ea3fdd60844372a37b1 (patch) | |
tree | ad3951f715281e14a8662d462798fa5ca5227a32 /cad/geda | |
parent | 4dfd5ebf80189996fc945d11cb68a6d6d1d673d5 (diff) | |
download | ports-3451c7add339b059d0e33ea3fdd60844372a37b1.tar.gz ports-3451c7add339b059d0e33ea3fdd60844372a37b1.zip |
Notes
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 |