aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-07-02 01:37:41 +0800
committerantoine <antoine@FreeBSD.org>2014-07-02 01:37:41 +0800
commitb339bd90a92c0e52e1f9adc4b9ef29181fee57ce (patch)
tree0d46946c2159598fd9c10d0de4a1de55f32e5a3e /devel
parentebfe27eb7d2fcac23689c7ca3a156cacb575ae31 (diff)
downloadfreebsd-ports-gnome-b339bd90a92c0e52e1f9adc4b9ef29181fee57ce.tar.gz
freebsd-ports-gnome-b339bd90a92c0e52e1f9adc4b9ef29181fee57ce.tar.zst
freebsd-ports-gnome-b339bd90a92c0e52e1f9adc4b9ef29181fee57ce.zip
Make those ports more likely to build with texinfo from ports
With hat: portmgr
Diffstat (limited to 'devel')
-rw-r--r--devel/magit/files/patch-Makefile16
-rw-r--r--devel/xtla/Makefile2
2 files changed, 13 insertions, 5 deletions
diff --git a/devel/magit/files/patch-Makefile b/devel/magit/files/patch-Makefile
index 317c60831ee6..6033f88711c4 100644
--- a/devel/magit/files/patch-Makefile
+++ b/devel/magit/files/patch-Makefile
@@ -1,5 +1,5 @@
---- Makefile.orig 2012-09-25 04:41:19.000000000 +0900
-+++ Makefile 2013-09-21 23:01:04.000000000 +0900
+--- ./Makefile.orig 2012-09-24 19:41:19.000000000 +0000
++++ ./Makefile 2014-07-01 17:24:01.000000000 +0000
@@ -1,5 +1,5 @@
VERSION=1.2.0
-EMACS=emacs
@@ -7,7 +7,16 @@
PREFIX=/usr/local
SYSCONFDIR=/etc
ELS=magit.el magit-svn.el magit-topgit.el magit-stgit.el magit-key-mode.el magit-bisect.el magit-wip.el rebase-mode.el magit-blame.el
-@@ -64,15 +64,13 @@
+@@ -40,7 +40,7 @@
+ magit.elc: magit.el
+
+ dir: magit.info
+- install-info --dir=$@ $<
++ touch $@
+
+ magit.info:
+
+@@ -64,15 +64,12 @@
install: install_core install_docs
install_core: core
@@ -24,7 +33,6 @@
- install-info --info-dir=$(DESTDIR)$(PREFIX)/share/info $(DESTDIR)$(PREFIX)/share/info/magit.info
+ mkdir -p $(INFODIR)
+ install -m 644 magit.info $(INFODIR)
-+ install-info --info-dir=$(INFODIR) $(INFODIR)/magit.info
install_contrib: contrib
mkdir -p $(DESTDIR)$(PREFIX)/share/emacs/site-lisp
diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile
index b18a9aa7eef9..db6d96d73a89 100644
--- a/devel/xtla/Makefile
+++ b/devel/xtla/Makefile
@@ -23,7 +23,7 @@ LISPDIR= ${STAGEDIR}${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatch
-USES= gmake
+USES= gmake makeinfo
INFO= xtla
OPTIONS_DEFINE= DOCS