diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2018-11-10 18:12:57 +0000 |
commit | 7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch) | |
tree | f40cba2ed30c79b84c1d56a779b7139f24d6c36f /cad/ghdl/Makefile | |
parent | fa0d2e76ea8e387f084dbd4135979433ed303274 (diff) | |
download | ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip |
Notes
Diffstat (limited to 'cad/ghdl/Makefile')
-rw-r--r-- | cad/ghdl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |