Files
Bill Fenner 615db40589 Install man pages in share/man
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@36108 d073be05-634f-4543-b044-5fe20cf6d1d6
2008-04-18 06:06:11 +00:00

18 lines
534 B
Makefile

--- Makefile.in.orig Thu Mar 18 16:22:23 2004
+++ Makefile.in Thu Mar 18 16:22:37 2004
@@ -45,12 +45,12 @@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_MAN = @INSTALL_DATA@
-prefix = @prefix@
+prefix = $(DESTDIR)@prefix@
exec_prefix = @exec_prefix@
bindir = $(exec_prefix)/bin
-mandir = $(exec_prefix)/man/man1
+mandir = $(exec_prefix)/share/man/man1
CFILES= xplot.c version_string.c coord.c unsigned.c signed.c timeval.c double.c dtime.c
OFILES= xplot.o version_string.o coord.o unsigned.o signed.o timeval.o double.o dtime.o