Dash:
[t2.git] / package / graphic / pspresent / install.patch
blob2d971095a5208a8e24be6e743e0c7b08bf014f27
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3 #
4 # T2 SDE: package/.../pspresent/install.patch
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6 #
7 # More information can be found in the files COPYING and README.
8 #
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- pspresent-1.3/Makefile.vanilla 2007-06-19 19:51:42.634372361 +0200
18 +++ pspresent-1.3/Makefile 2007-06-19 19:52:14.180170054 +0200
19 @@ -3,4 +3,6 @@
20 # Copyright (C) Matthew Chapman 2001-2003
23 +prefix=/usr
25 # You may need to change these paths
26 @@ -21,6 +21,9 @@
27 $(TARGET): $(OBJS)
28 $(CC) -o $(TARGET) $(OBJS) $(LDLIBS)
30 +install:
31 + install $(TARGET) $(DESTDIR)$(prefix)/
33 clean:
34 rm $(TARGET) $(OBJS)