diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 23:33:47 +0000 |
commit | a14c0668720dcafde3f60b7659a01d99ec693a41 (patch) | |
tree | 9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/pari/files/patch-af | |
parent | Rename mail/ patch-xy patches to reflect the files they modify. (diff) |
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/pari/files/patch-af')
-rw-r--r-- | math/pari/files/patch-af | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/math/pari/files/patch-af b/math/pari/files/patch-af deleted file mode 100644 index 94d1469873e0..000000000000 --- a/math/pari/files/patch-af +++ /dev/null @@ -1,31 +0,0 @@ ---- config/Makefile.SH.orig 2010-01-09 12:59:48.000000000 -0500 -+++ config/Makefile.SH 2014-07-08 04:15:24.000000000 -0400 -@@ -208,7 +208,6 @@ - MV = mv -f - LN = $ln_s - CP_F = cp -f --STRIP = strip - STRIPFLAGS = - - # Change these installation directories to suit your needs. -@@ -221,9 +220,9 @@ - DATADIR = "\$(DESTDIR)$datadir" - SYSDATADIR= "\$(DESTDIR)$sysdatadir" - --EXDIR = \$(DATADIR)/examples -+EXDIR = \$(DESTDIR)/\$(PREFIX)/share/examples/pari - MISCDIR = \$(DATADIR)/misc --DOCDIR = \$(DATADIR)/doc -+DOCDIR = \$(DESTDIR)/\$(PREFIX)/share/doc/pari - - INSTALL = $cfg/install - INSTALL_PROGRAM = \$(INSTALL) -@@ -377,7 +376,7 @@ - - install-doc:: - -mkdir -p \$(BINDIR) \$(DOCDIR) -- -cd $doc; \$(MAKE) all -+ #-cd $doc; \$(MAKE) all - -\$(INSTALL_PROGRAM) $doc/gphelp \$(BINDIR) - -\$(INSTALL_DATA) $doc/Makefile \$(DOCDIR) - -\$(INSTALL_DATA) $doc/translations \$(DOCDIR) |