aboutsummaryrefslogtreecommitdiff
path: root/misc/vera
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2018-11-10 18:12:57 +0000
commit7990f810661ef0c3f4870afc67b1eb08684b8dc8 (patch)
treef40cba2ed30c79b84c1d56a779b7139f24d6c36f /misc/vera
parentfa0d2e76ea8e387f084dbd4135979433ed303274 (diff)
downloadports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.tar.gz
ports-7990f810661ef0c3f4870afc67b1eb08684b8dc8.zip
Notes
Diffstat (limited to 'misc/vera')
-rw-r--r--misc/vera/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/vera/Makefile b/misc/vera/Makefile
index d705bc4ee23a..280968d3ce4b 100644
--- a/misc/vera/Makefile
+++ b/misc/vera/Makefile
@@ -3,6 +3,7 @@
PORTNAME= vera
PORTVERSION= 1.22
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= GNU
@@ -19,6 +20,6 @@ do-build:
(cd ${WRKSRC} && makeinfo --force --no-split vera.texi)
do-install:
- ${INSTALL_DATA} ${WRKSRC}/vera.info ${STAGEDIR}${PREFIX}/info
+ ${INSTALL_DATA} ${WRKSRC}/vera.info ${STAGEDIR}${PREFIX}/${INFO_PATH}
.include <bsd.port.mk>