summaryrefslogtreecommitdiff
path: root/misc/vera
diff options
context:
space:
mode:
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>