diff options
author | demon <demon@FreeBSD.org> | 2002-06-29 16:31:23 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2002-06-29 16:31:23 +0800 |
commit | 934507dba5dae902f988bf43d2e2cd8a5bd4948c (patch) | |
tree | 3f92ce4f8ef5aeb9f6b206cb86e8d554405d40ed /x11-fm/xnc/files | |
parent | 8e06d0295d736ea4591ccbfa03851e491d667cbc (diff) | |
download | freebsd-ports-gnome-934507dba5dae902f988bf43d2e2cd8a5bd4948c.tar.gz freebsd-ports-gnome-934507dba5dae902f988bf43d2e2cd8a5bd4948c.tar.zst freebsd-ports-gnome-934507dba5dae902f988bf43d2e2cd8a5bd4948c.zip |
Update to version 4.4.7.
Diffstat (limited to 'x11-fm/xnc/files')
-rw-r--r-- | x11-fm/xnc/files/patch-ad | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/x11-fm/xnc/files/patch-ad b/x11-fm/xnc/files/patch-ad index ee40b87a3617..bca25f17e58c 100644 --- a/x11-fm/xnc/files/patch-ad +++ b/x11-fm/xnc/files/patch-ad @@ -1,9 +1,9 @@ ---- Makefile.in.orig Sun Jul 29 08:18:38 2001 -+++ Makefile.in Sun Jul 29 08:20:43 2001 -@@ -190,21 +190,21 @@ - +--- Makefile.in.orig Sat Jun 29 11:57:34 2002 ++++ Makefile.in Sat Jun 29 12:00:28 2002 +@@ -257,23 +257,23 @@ install: install-$(PLUGINS) #Installing X Northern Captain... + $(INSD) $(INSTDIR) - $(INS) ./users.xnc $(INSTDIR) - $(INS) ./groups.xnc $(INSTDIR) + $(INSTALL_PROGRAM) ./users.xnc $(INSTDIR) @@ -15,20 +15,23 @@ $(INS) ./bzip.xnc $(INSTDIR) - $(INS) ./nc $(INSTDIR)/xnc + $(INSTALL_PROGRAM) ./nc $(INSTDIR)/xnc + $(INSD) $(INSTMAN) $(INSM) ./yo-man/*.1 $(INSTMAN)/man1 - $(INS) ./ives/ives $(INSTDIR) -- $(INS) ./ives/es $(INSTDIR) -- $(INS) ./ives/vs $(INSTDIR) +- $(INS) ./ives/iedit $(INSTDIR) +- $(INS) ./ives/iview $(INSTDIR) - $(INS) ./xsetup/xncsetup $(INSTDIR) - $(INS) ./xjroot/xjpegroot $(INSTDIR) - $(INS) ./launch/xnlaunch $(INSTDIR) +- $(INS) ./resloader/xncloader $(INSTDIR) - /bin/sh ./replace.script + $(INSTALL_PROGRAM) ./ives/ives $(INSTDIR) -+ $(INSTALL_PROGRAM) ./ives/es $(INSTDIR) -+ $(INSTALL_PROGRAM) ./ives/vs $(INSTDIR) ++ $(INSTALL_PROGRAM) ./ives/iedit $(INSTDIR) ++ $(INSTALL_PROGRAM) ./ives/iview $(INSTDIR) + $(INSTALL_PROGRAM) ./xsetup/xncsetup $(INSTDIR) + $(INSTALL_PROGRAM) ./xjroot/xjpegroot $(INSTDIR) + $(INSTALL_PROGRAM) ./launch/xnlaunch $(INSTDIR) ++ $(INSTALL_PROGRAM) ./resloader/xncloader $(INSTDIR) +# /bin/sh ./replace.script @echo "Don't foget run 'xncsetup' before starting XNC" |