diff options
author | dillo <dillo@pkgsrc.org> | 2003-03-22 05:26:53 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2003-03-22 05:26:53 +0000 |
commit | 0c8354624d3f62681ee3489181604c0aad21af5c (patch) | |
tree | 7a871c7cfbf3407a0acabd07527720405666c4aa /sysutils/xnc/Makefile | |
parent | 74faf59b2ba5401e879a224976e07cb80aa12e32 (diff) | |
download | pkgsrc-0c8354624d3f62681ee3489181604c0aad21af5c.tar.gz |
rename es.1 and vs.1 to iedit.1 and iview.1 to avoid conflict with shells/es. The programs have already been renamed by the author.
bump pkgrevision
(noted by Robert Elz in PR 18939)
Diffstat (limited to 'sysutils/xnc/Makefile')
-rw-r--r-- | sysutils/xnc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/xnc/Makefile b/sysutils/xnc/Makefile index 800ed06e4f1..0d02742ac72 100644 --- a/sysutils/xnc/Makefile +++ b/sysutils/xnc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2002/09/23 23:35:49 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2003/03/22 05:26:53 dillo Exp $ DISTNAME= xnc-4.4.7.src PKGNAME= xnc-4.4.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= sysutils x11 MASTER_SITES= http://www.xnc.dubna.su/src/ @@ -21,7 +21,12 @@ 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/ + for f in ives.1 xjpegroot.1 xnc.1 xnlaunch.1; \ + do \ + ${INSTALL_MAN} ${WRKSRC}/yo-man/$$f ${PREFIX}/man/man1/; \ + done + ${INSTALL_MAN} ${WRKSRC}/yo-man/es.1 ${PREFIX}/man/man1/iedit.1 + ${INSTALL_MAN} ${WRKSRC}/yo-man/vs.1 ${PREFIX}/man/man1/iview.1 .include "../../graphics/tiff/buildlink2.mk" .include "../../graphics/jpeg/buildlink2.mk" |