diff options
Diffstat (limited to 'misc/gonvert/files/patch-Makefile')
| -rw-r--r-- | misc/gonvert/files/patch-Makefile | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/misc/gonvert/files/patch-Makefile b/misc/gonvert/files/patch-Makefile index 5929ac0172dd..3a78eb55e577 100644 --- a/misc/gonvert/files/patch-Makefile +++ b/misc/gonvert/files/patch-Makefile @@ -1,6 +1,9 @@ ---- Makefile.orig Wed Jul 4 10:46:41 2001 -+++ Makefile Thu Jul 5 20:13:34 2001 -@@ -11,7 +11,7 @@ + +$FreeBSD$ + +--- Makefile.orig Wed Jul 4 05:46:41 2001 ++++ Makefile Mon May 13 15:32:34 2002 +@@ -11,21 +11,21 @@ all: install: @@ -9,14 +12,22 @@ install --directory $(DESTDIR)/$(MYDATADIR) #create directory to hold project files install --mode=644 gonvert.glade $(DESTDIR)/$(MYDATADIR) #copy glade file over install --directory $(DESTDIR)/$(MYDATADIR)/pixmaps #create pixmap directory to hold project pictures -@@ -20,8 +20,8 @@ + install --mode=644 pixmaps/*.png $(DESTDIR)/$(MYDATADIR)/pixmaps #copy project specific pictures over + install --directory $(DESTDIR)/$(DATADIR)/pixmaps #create pixmaps directory to hold gnome pictures install --mode=644 pixmaps/gonvert_icon.png $(DESTDIR)/$(DATADIR)/pixmaps #copy gnome pictures over - install --directory $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #create a directory for gnome menu description - install --mode=644 gonvert.desktop $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #copy the gnome menu description +- install --directory $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #create a directory for gnome menu description +- install --mode=644 gonvert.desktop $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities #copy the gnome menu description - install --directory $(MYDOCDIR) #create a directory that holds project documentation - install --mode=644 doc/* $(MYDOCDIR) #copy project documentation ++ install --directory $(DESTDIR)/$(DATADIR)/apps/Utilities #create a directory for gnome menu description ++ install --mode=644 gonvert.desktop $(DESTDIR)/$(DATADIR)/apps/Utilities #copy the gnome menu description +# install --directory $(MYDOCDIR) #create a directory that holds project documentation +# install --mode=644 doc/* $(MYDOCDIR) #copy project documentation uninstall: rm -f $(DESTDIR)/$(BINDIR)/$(PROGRAMNAME) +- rm -f $(DESTDIR)/$(DATADIR)/gnome/apps/Utilities/gonvert.desktop ++ rm -f $(DESTDIR)/$(DATADIR)/apps/Utilities/gonvert.desktop + rm -f $(DESTDIR)/$(DATADIR)/pixmaps/gonvert_icon.png + rm -rf $(DATADIR)/gonvert + rm -rf $(DESTDIR)/$(DATADIR)/doc/$(NAME)-$(VERSION) |
