pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/42065: vncviewer pkg: trying to install a nonexistant man file
>Number: 42065
>Category: pkg
>Synopsis: vncviewer pkg: trying to install a nonexistant man file
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Sep 15 13:15:01 +0000 2009
>Originator: Rumko
>Release: /
>Organization:
>Environment:
DragonFly rumko.rumko.net 2.3.2-DEVELOPMENT DragonFly
v2.3.2.922.gf59b7-DEVELOPMENT #6: Mon Sep 14 21:38:30 CEST 2009
root%rumko.rumko.net@localhost:/usr/obj/usr/src/sys/MYPRECIOUS i386
>Description:
The vncviewer.0 file does not exist in the WRKSRC. On the other hand there is a
vncviewer.man and I believe the do-install target should use that file instead.
>How-To-Repeat:
>Fix:
diff --git a/net/tightvncviewer/Makefile b/net/tightvncviewer/Makefile
index cc158d2..db7e001 100644
--- a/net/tightvncviewer/Makefile
+++ b/net/tightvncviewer/Makefile
@@ -27,7 +27,7 @@ INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
\
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer \
${DESTDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/vncviewer/vncviewer.0 \
+ ${INSTALL_MAN} ${WRKSRC}/vncviewer/vncviewer.man \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/vncviewer.1
${INSTALL_DATA} ${WRKSRC}/vncviewer/Vncviewer \
${DESTDIR}${PREFIX}/lib/X11/app-defaults
Home |
Main Index |
Thread Index |
Old Index