mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
- Use GitHub instead of SourceForge as download site - Pass --docdir option to configure to fix documentation path - Install info file - Add autoreconf and shared-mime-info to USES - Build the port with version 3.0 of wxWidget - Remove post-install target - Remove files/patch-data_Makefile.am, files/patch-src_MathCtrl.cpp, files/patch-src_MathCtrl.h, files/patch-wxmaxima.desktop - Add a patch to fix the installation directory of man page - Update URL of web site
11 lines
395 B
Text
11 lines
395 B
Text
--- data/Makefile.am.orig 2016-04-23 16:57:50 UTC
|
|
+++ data/Makefile.am
|
|
@@ -13,7 +13,7 @@ appicondir = $(datarootdir)/pixmaps
|
|
dist_appicon_DATA = wxmaxima.svg wxmaxima.png text-x-wxmaxima-batch.svg text-x-wxmathml.svg wxmaxima-16.xpm wxmaxima-32.xpm
|
|
|
|
|
|
-mandatadir = $(datadir)/man/man1
|
|
+mandatadir = $(mandir)/man1
|
|
dist_mandata_DATA = wxmaxima.1
|
|
|
|
mimedatadir = $(datarootdir)/mime/packages
|