aboutsummaryrefslogtreecommitdiff
path: root/math/ndiff/files
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-12-16 07:08:25 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-12-16 07:08:25 +0000
commit40d510ac4f7c9dcdd395c288f0ff0a23f550af3f (patch)
treef05d0020c056d53b93188a9ce0c6f418ed4eced1 /math/ndiff/files
parent4debdfc4715ea7e551296dc898fe52447626bddb (diff)
downloadports-40d510ac4f7c9dcdd395c288f0ff0a23f550af3f.tar.gz
ports-40d510ac4f7c9dcdd395c288f0ff0a23f550af3f.zip
Notes
Diffstat (limited to 'math/ndiff/files')
-rw-r--r--math/ndiff/files/patch-Makefile.in31
1 files changed, 25 insertions, 6 deletions
diff --git a/math/ndiff/files/patch-Makefile.in b/math/ndiff/files/patch-Makefile.in
index 6d2926c662df..97f77a17614b 100644
--- a/math/ndiff/files/patch-Makefile.in
+++ b/math/ndiff/files/patch-Makefile.in
@@ -1,6 +1,16 @@
---- Makefile.in.orig Wed Feb 18 14:17:22 2004
-+++ Makefile.in Wed Feb 18 14:19:31 2004
-@@ -191,9 +191,9 @@
+--- Makefile.in.orig Tue Dec 12 11:11:11 2000
++++ Makefile.in Wed Dec 15 23:53:21 2004
+@@ -64,8 +64,7 @@
+ catdir = $(prefix)/man/cat$(manext)
+ mandir = $(prefix)/man/man$(manext)
+ manext = 1
+-shrlibdir = $(shrlibtop)/$(PROGNAME)-$(VERSION)
+-shrlibtop = $(prefix)/share/lib/$(PROGNAME)
++shrlibdir = %%DATADIR%%
+
+ FTPDIR = /u/ftp/pub/misc
+
+@@ -191,9 +190,9 @@
DEFINES = -DVERSION='"@VERSION@"' -DDATE='"@DATE@"' $(XDEFINES)
@@ -12,7 +22,7 @@
LIBS = @LIBS@ $(XLIBS)
-@@ -602,14 +602,12 @@
+@@ -602,14 +601,12 @@
if test -f $(PROGNAME) ; \
then \
$(CP) $(PROGNAME) $(bindir)/$(PROGNAME) ; \
@@ -28,7 +38,7 @@
done ; \
fi
-@@ -635,7 +633,7 @@
+@@ -635,15 +632,13 @@
install-show:
@echo ''
@echo Installed files...
@@ -37,7 +47,16 @@
@$(LS) -l $(mandir)/$(PROGNAME).$(manext)
@if test -d $(shrlibdir) ; then $(LS) -lR $(shrlibdir)/* ; fi
@echo ''
-@@ -703,7 +701,7 @@
+
+ install-shrlib: uninstall-shrlib
+- -$(MKDIR) $(shrlibtop)
+- @if test -d $(shrlibtop) ; then true ; else echo Cannot create $(shrlibtop) ; exit 1 ; fi
+- -$(MKDIR) $(shrlibdir)
++ -$(MKDIR) -p $(shrlibdir)
+ @if test -d $(shrlibdir) ; then true ; else echo Cannot create $(shrlibdir) ; exit 1 ; fi
+ for f in $(SHRLIBFILES) ; \
+ do \
+@@ -703,7 +698,7 @@
uninstall-exe:
-for f in $(PROGRAMS) ; \
do \