summaryrefslogtreecommitdiff
path: root/graphics/4va/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/4va/Makefile')
-rw-r--r--graphics/4va/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/4va/Makefile b/graphics/4va/Makefile
index c646df6680dd..86c06935aa4e 100644
--- a/graphics/4va/Makefile
+++ b/graphics/4va/Makefile
@@ -1,6 +1,6 @@
PORTNAME= 4va
PORTVERSION= 1.21
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SUNSITE/apps/graphics/hacks/X
@@ -24,6 +24,6 @@ do-install:
.for file in ${4VA_DATA_FILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/share/4va
.endfor
- ${INSTALL_MAN} ${WRKSRC}/4va.man ${STAGEDIR}${PREFIX}/man/man1/4va.1
+ ${INSTALL_MAN} ${WRKSRC}/4va.man ${STAGEDIR}${PREFIX}/share/man/man1/4va.1
.include <bsd.port.mk>