New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 36108

Show
Ignore:
Timestamp:
04/17/2008 23:06:11 (4 years ago)
Author:
fenner@…
Message:

Install man pages in share/man

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/dports/math/xplot/files/patch-Makefile.in

    r21489 r36108  
    11--- Makefile.in.orig    Thu Mar 18 16:22:23 2004 
    22+++ Makefile.in Thu Mar 18 16:22:37 2004 
    3 @@ -45,7 +45,7 @@ 
     3@@ -45,12 +45,12 @@ 
    44 INSTALL_DATA = @INSTALL_DATA@ 
    55 INSTALL_MAN = @INSTALL_DATA@ 
     
    1010 exec_prefix = @exec_prefix@ 
    1111  
     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