aboutsummaryrefslogtreecommitdiffstats
path: root/misc/lv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/lv/Makefile')
-rw-r--r--misc/lv/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/misc/lv/Makefile b/misc/lv/Makefile
index 2cbff1c482d..b00f0c777ed 100644
--- a/misc/lv/Makefile
+++ b/misc/lv/Makefile
@@ -7,15 +7,24 @@
PORTNAME= lv
PORTVERSION= 4.49.4
+PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.ff.iij4u.or.jp/~nrt/freeware/
DISTNAME= lv4494
MAINTAINER= sumikawa@FreeBSD.org
+COMMENT= Powerful Multilingual File Viewer
WRKSRC= ${WRKDIR}/${DISTNAME}/src
GNU_CONFIGURE= yes
MAN1= lv.1
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${DOCSDIR}
+ (cd ${WRKDIR}/${DISTNAME}; \
+ ${INSTALL_DATA} *.html hello.sample* ${DOCSDIR})
+.endif
+
.include <bsd.port.mk>