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 | |
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')
-rw-r--r-- | sysutils/xnc/Makefile | 11 | ||||
-rw-r--r-- | sysutils/xnc/PLIST | 6 |
2 files changed, 11 insertions, 6 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" diff --git a/sysutils/xnc/PLIST b/sysutils/xnc/PLIST index 2a252411786..de2caa69715 100644 --- a/sysutils/xnc/PLIST +++ b/sysutils/xnc/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/07/08 14:25:03 jschauma Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/03/22 05:26:53 dillo Exp $ bin/bzip.xnc bin/groups.xnc bin/gzip.xnc @@ -19,9 +19,9 @@ lib/xnc/libxncaqua.so lib/xnc/libxncfive.a lib/xnc/libxncfive.la lib/xnc/libxncfive.so -man/man1/es.1 +man/man1/iedit.1 man/man1/ives.1 -man/man1/vs.1 +man/man1/iview.1 man/man1/xjpegroot.1 man/man1/xnc.1 man/man1/xnlaunch.1 |