/[debian-med]/trunk/packages/raster3d/trunk/debian/patches/Makefile.template.diff
ViewVC logotype

Contents of /trunk/packages/raster3d/trunk/debian/patches/Makefile.template.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4701 - (show annotations) (download)
Tue Mar 30 09:11:17 2010 UTC (3 years, 1 month ago) by tille
File size: 697 byte(s)
Use patch system quilt, updated watch file to detect new version, added myself to uploaders
1 --- Raster3D-2.9-1.orig/Makefile.template
2 +++ Raster3D-2.9-1/Makefile.template
3 @@ -8,15 +8,15 @@
4 #
5 # Where to install the program, data files, and manuals
6 #
7 -prefix = /usr/local
8 +prefix = /usr
9 bindir = $(prefix)/bin
10 -datadir = $(prefix)/share/Raster3D/materials
11 -mandir = $(prefix)/man/manl
12 -htmldir = $(prefix)/share/Raster3D/html
13 -examdir = $(prefix)/share/Raster3D/examples
14 +datadir = $(prefix)/share/raster3d/materials
15 +mandir = $(prefix)/share/man/man1
16 +htmldir = $(prefix)/share/raster3d/html
17 +examdir = $(prefix)/share/raster3d/examples
18
19 INCDIRS = -I/usr/include -I/usr/local/include
20 -LIBDIRS = -L/usr/local/lib
21 +LIBDIRS = -L/usr/lib
22
23 #
24 # TIFF support (enabled by default)

  ViewVC Help
Powered by ViewVC 1.1.5