diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-13 05:31:08 +0800 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2007-03-13 05:31:08 +0800 |
commit | c3d547185c6ade81c81414d383ba734793f1b410 (patch) | |
tree | e2f25413364f11cfce2680046d1365613cfe8e13 /cad/gnucap/Makefile | |
parent | 176dcbdbd065046a6cbbcb16a8a9d9c2fa540e9b (diff) | |
download | freebsd-ports-gnome-c3d547185c6ade81c81414d383ba734793f1b410.tar.gz freebsd-ports-gnome-c3d547185c6ade81c81414d383ba734793f1b410.tar.zst freebsd-ports-gnome-c3d547185c6ade81c81414d383ba734793f1b410.zip |
- Update to 2007.02.21.
Diffstat (limited to 'cad/gnucap/Makefile')
-rw-r--r-- | cad/gnucap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index e36b651349e5..94b103c9396e 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -7,13 +7,13 @@ # PORTNAME= gnucap -PORTVERSION= 2006.07.08 +PORTVERSION= 2007.02.21 CATEGORIES= cad MASTER_SITES= http://www.gnucap.org/devel/ \ http://www.geda.seul.org/dist/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= The Gnu Circuit Analysis Package USE_GMAKE= yes @@ -23,7 +23,7 @@ CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/${PORTNAME} \ OPTIONS= READLINE "Enable commandline features via readline" on -MAN1= gnucap.1 +MAN1= gnucap.1 gnucap-ibis.1 .include <bsd.port.pre.mk> |