diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 02:37:33 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-05-21 02:37:33 +0000 |
commit | 55903ecd9ec4544dcb02b09b46dd83a3e35808cd (patch) | |
tree | d76b9ec39c9b7b0d491cda1739f13230ac8303b2 /math/gretl/files/patch-share::Makefile.in | |
parent | The ntp port now tracks the production branch, currently at 4.1.1a. (diff) |
upgrade to 0.994
unbreak
PR: 37687
Submitted by: Ports Fury
Diffstat (limited to 'math/gretl/files/patch-share::Makefile.in')
-rw-r--r-- | math/gretl/files/patch-share::Makefile.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/math/gretl/files/patch-share::Makefile.in b/math/gretl/files/patch-share::Makefile.in new file mode 100644 index 000000000000..8c2a6a5c6645 --- /dev/null +++ b/math/gretl/files/patch-share::Makefile.in @@ -0,0 +1,16 @@ +--- share/Makefile.in.orig Thu Mar 28 07:10:47 2002 ++++ share/Makefile.in Wed May 1 06:56:53 2002 +@@ -1,10 +1,11 @@ + topsrc = .. + + prefix = @prefix@ ++libdir = @libdir@ + +-gretldir = $(prefix)/share/gretl ++gretldir = $(libdir)/gretl + tooldir = $(topsrc)/tools +-INSTALL_DATA = cp -fp ++INSTALL_DATA = @INSTALL_DATA@ + + .PHONY : + |