aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--news/yydecode/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/news/yydecode/Makefile b/news/yydecode/Makefile
index a41ce07aedd2..b4397afdb914 100644
--- a/news/yydecode/Makefile
+++ b/news/yydecode/Makefile
@@ -1,5 +1,6 @@
PORTNAME= yydecode
PORTVERSION= 0.2.10
+PORTREVISION= 1
CATEGORIES= news
MASTER_SITES= SF
@@ -9,8 +10,9 @@ WWW= http://yydecode.sf.net/
USES= gmake
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/yydecode \
- man/man1/yydecode.1.gz
+ share/man/man1/yydecode.1.gz
.include <bsd.port.mk>