diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/dinotrace/Makefile | 2 | ||||
-rw-r--r-- | cad/freehdl/Makefile | 2 | ||||
-rw-r--r-- | cad/geda/Makefile | 2 | ||||
-rw-r--r-- | cad/ghdl/Makefile | 4 | ||||
-rw-r--r-- | cad/libredwg/Makefile | 1 |
5 files changed, 6 insertions, 5 deletions
diff --git a/cad/dinotrace/Makefile b/cad/dinotrace/Makefile index 496a05d0d3c0..87479ae4f20b 100644 --- a/cad/dinotrace/Makefile +++ b/cad/dinotrace/Makefile @@ -3,7 +3,7 @@ PORTNAME= dinotrace PORTVERSION= 9.4c -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= cad MASTER_SITES= http://www.veripool.org/ftp/ PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} diff --git a/cad/freehdl/Makefile b/cad/freehdl/Makefile index 1f51d53eb056..1557f5adaf2c 100644 --- a/cad/freehdl/Makefile +++ b/cad/freehdl/Makefile @@ -3,7 +3,7 @@ PORTNAME= freehdl PORTVERSION= 0.0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= cad MASTER_SITES= http://freehdl.seul.org/~enaroska/ diff --git a/cad/geda/Makefile b/cad/geda/Makefile index 80e0dc9cbf98..540ca74b0f3b 100644 --- a/cad/geda/Makefile +++ b/cad/geda/Makefile @@ -4,7 +4,7 @@ PORTNAME= geda PORTVERSION= 1.8.2 DISTVERSIONPREFIX=gaf- -PORTREVISION= 4 +PORTREVISION= 5 PORTEPOCH= 1 CATEGORIES= cad MASTER_SITES= http://ftp.geda-project.org/${PORTNAME}-gaf/stable/v${PORTVERSION:R}/${PORTVERSION}/ diff --git a/cad/ghdl/Makefile b/cad/ghdl/Makefile index b8cdfc521b08..9c208b8fcc64 100644 --- a/cad/ghdl/Makefile +++ b/cad/ghdl/Makefile @@ -4,7 +4,7 @@ PORTNAME= ghdl PORTVERSION= 0.33 DISTVERSIONPREFIX= v -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= cad DISTFILES= ${DISTNAME}${EXTRACT_SUFX} @@ -144,7 +144,7 @@ do-install: ${MV} ${STAGEDIR}${PREFIX}/ghdl/share/man/man1/ghdl.1 \ ${STAGEDIR}${PREFIX}/man/man1 ${MV} ${STAGEDIR}${PREFIX}/ghdl/share/info/ghdl.info \ - ${STAGEDIR}${PREFIX}/info + ${STAGEDIR}${PREFIX}/${INFO_PATH} ${RM} -r ${STAGEDIR}${PREFIX}/ghdl/share .endif # TAIL: GCC diff --git a/cad/libredwg/Makefile b/cad/libredwg/Makefile index c464cfbb4e22..0f9ce504a483 100644 --- a/cad/libredwg/Makefile +++ b/cad/libredwg/Makefile @@ -3,6 +3,7 @@ PORTNAME= libredwg PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= cad devel MASTER_SITES= GNU |