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)
This commit is contained in:
parent
74faf59b2b
commit
0c8354624d
2 changed files with 11 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue