summaryrefslogtreecommitdiff
path: root/sysutils/xnc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r--sysutils/xnc/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile
index 125f45be14a..0c2dc384ce5 100644
--- a/sysutils/xnc/Makefile
+++ b/sysutils/xnc/Makefile
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.5 2002/03/17 16:07:15 fredb Exp $
+# $NetBSD: Makefile,v 1.6 2002/07/08 14:25:03 jschauma Exp $
-DISTNAME= xnc-4.4.5.src
-PKGNAME= xnc-4.4.5
+DISTNAME= xnc-4.4.7.src
+PKGNAME= xnc-4.4.7
PKGREVISION= 1
CATEGORIES= sysutils x11
MASTER_SITES= http://www.xnc.dubna.su/src/
-MAINTAINER= rxg@ms25.url.com.tw
+MAINTAINER= jschauma@netbsd.org
HOMEPAGE= http://xnc.dubna.su/
COMMENT= File manager for X Window
@@ -18,7 +18,10 @@ GNU_CONFIGURE= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xnc
${INSTALL_DATA} ${WRKSRC}/Docs/* ${PREFIX}/share/doc/xnc
+ ${INSTALL_MAN_DIR} ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/yo-man/*.1 ${PREFIX}/man/man1/
+.include "../../graphics/tiff/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../mk/x11.buildlink.mk"