install "iview" binary as "vs" because that's what usage() says, and the
manpage is vs.1. also resolves conflict with graphics/iview. "looks fine" naddy
This commit is contained in:
parent
010393609c
commit
1b099ba95b
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2003/01/03 14:00:56 reinhard Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2003/03/05 22:48:08 pvalchev Exp $
|
||||
|
||||
COMMENT= "filemanager for X Window"
|
||||
|
||||
@ -41,7 +41,7 @@ post-install:
|
||||
cd ${WRKSRC}/.xlaunch && \
|
||||
${INSTALL_DATA} ${XNLAUNCHFILES} ${PREFIX}/share/examples/xnc
|
||||
cd ${PREFIX}/bin && \
|
||||
${STRIP} iedit ives iview xjpegroot xnc xnlaunch xncloader xncsetup
|
||||
${STRIP} iedit ives vs xjpegroot xnc xnlaunch xncloader xncsetup
|
||||
sed -e 's,^ ,,' <${PREFIX}/man/man1/xnlaunch.1 >${PREFIX}/man/cat1/xnlaunch.0
|
||||
rm -f ${PREFIX}/man/man1/xnlaunch.1
|
||||
|
||||
|
@ -1,7 +1,13 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.4 2003/01/03 14:00:56 reinhard Exp $
|
||||
--- Makefile.in.orig Wed Mar 27 13:16:28 2002
|
||||
+++ Makefile.in Fri Mar 29 14:00:38 2002
|
||||
@@ -273,14 +273,14 @@ install: install-$(PLUGINS)
|
||||
$OpenBSD: patch-Makefile_in,v 1.5 2003/03/05 22:48:08 pvalchev Exp $
|
||||
--- Makefile.in.orig Wed Mar 27 05:16:28 2002
|
||||
+++ Makefile.in Wed Mar 5 15:30:36 2003
|
||||
@@ -268,19 +268,19 @@ install: install-$(PLUGINS)
|
||||
$(INSM) ./yo-man/*.1 $(INSTMAN)/man1
|
||||
$(INS) ./ives/ives $(INSTDIR)
|
||||
$(INS) ./ives/iedit $(INSTDIR)
|
||||
- $(INS) ./ives/iview $(INSTDIR)
|
||||
+ $(INS) ./ives/iview $(INSTDIR)/vs
|
||||
$(INS) ./xsetup/xncsetup $(INSTDIR)
|
||||
$(INS) ./xjroot/xjpegroot $(INSTDIR)
|
||||
$(INS) ./launch/xnlaunch $(INSTDIR)
|
||||
$(INS) ./resloader/xncloader $(INSTDIR)
|
||||
@ -20,3 +26,12 @@ $OpenBSD: patch-Makefile_in,v 1.4 2003/01/03 14:00:56 reinhard Exp $
|
||||
|
||||
install-:
|
||||
@echo "Skipping..."
|
||||
@@ -290,7 +290,7 @@ install-rpm:
|
||||
cp ./nc /usr/local/bin/xnc
|
||||
cp ./ives/ives /usr/local/bin
|
||||
cp ./ives/iedit /usr/local/bin
|
||||
- cp ./ives/iview /usr/local/bin
|
||||
+ cp ./ives/iview /usr/local/bin/vs
|
||||
cp ./xsetup/xncsetup /usr/local/bin
|
||||
cp ./xjroot/xjpegroot /usr/local/bin
|
||||
cp ./launch/xnlaunch /usr/local/bin
|
||||
|
@ -1,12 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2003/01/03 14:00:56 reinhard Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.7 2003/03/05 22:48:08 pvalchev Exp $
|
||||
@pkgcfl es-[0-9]*
|
||||
bin/bzip.xnc
|
||||
bin/groups.xnc
|
||||
bin/gzip.xnc
|
||||
bin/iedit
|
||||
bin/ives
|
||||
bin/iview
|
||||
bin/rpm.xnc
|
||||
bin/vs
|
||||
bin/users.xnc
|
||||
bin/xjpegroot
|
||||
bin/xnc
|
||||
|
Loading…
Reference in New Issue
Block a user