Changeset 36108
- Timestamp:
- 04/17/2008 23:06:11 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/math/xplot/files/patch-Makefile.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/math/xplot/files/patch-Makefile.in
r21489 r36108 1 1 --- Makefile.in.orig Thu Mar 18 16:22:23 2004 2 2 +++ Makefile.in Thu Mar 18 16:22:37 2004 3 @@ -45, 7 +45,7@@3 @@ -45,12 +45,12 @@ 4 4 INSTALL_DATA = @INSTALL_DATA@ 5 5 INSTALL_MAN = @INSTALL_DATA@ … … 10 10 exec_prefix = @exec_prefix@ 11 11 12 bindir = $(exec_prefix)/bin 13 -mandir = $(exec_prefix)/man/man1 14 +mandir = $(exec_prefix)/share/man/man1 15 16 CFILES= xplot.c version_string.c coord.c unsigned.c signed.c timeval.c double.c dtime.c 17 OFILES= xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o

