aboutsummaryrefslogtreecommitdiff
path: root/devel/xtla
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-07-24 18:53:57 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-07-24 18:53:57 +0000
commit2c5ab205f9d3b6b1330dee18abdbd555adb5a978 (patch)
treec83cd4c37b15f5e1bba4b3dffcd2521a05c9bff6 /devel/xtla
parent5cfb6a10d4f83f15a7f928bdb2278ebd55e59302 (diff)
downloadports-2c5ab205f9d3b6b1330dee18abdbd555adb5a978.tar.gz
ports-2c5ab205f9d3b6b1330dee18abdbd555adb5a978.zip
Use proper configure args instead of patching source files.
PR: 84001 Submitted by: Dryice Liu (maintainer)
Notes
Notes: svn path=/head/; revision=140023
Diffstat (limited to 'devel/xtla')
-rw-r--r--devel/xtla/Makefile2
-rw-r--r--devel/xtla/files/patch-lisp-xtla-defs.el19
2 files changed, 1 insertions, 20 deletions
diff --git a/devel/xtla/Makefile b/devel/xtla/Makefile
index c7ed24ab54cd..3c59a35e3279 100644
--- a/devel/xtla/Makefile
+++ b/devel/xtla/Makefile
@@ -29,7 +29,7 @@ PORTNAMESUFFIX= ${PKGNAMESUFFIX}
LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME}
HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --with-emacs=${EMACS_NAME}
+CONFIGURE_ARGS+= --with-emacs=${EMACS_NAME} --with-diff=gdiff --with-patch=gpatch
USE_GMAKE= yes
INFO= xtla
diff --git a/devel/xtla/files/patch-lisp-xtla-defs.el b/devel/xtla/files/patch-lisp-xtla-defs.el
deleted file mode 100644
index 13a7df68f3b3..000000000000
--- a/devel/xtla/files/patch-lisp-xtla-defs.el
+++ /dev/null
@@ -1,19 +0,0 @@
---- lisp/xtla-defs.el.orig Sat Jul 9 04:01:48 2005
-+++ lisp/xtla-defs.el Wed Jul 20 09:43:15 2005
-@@ -1758,14 +1758,14 @@
-
- (defcustom tla-diff-executable (tla--first-set
- tla-site-diff-executable
-- "diff")
-+ "gdiff")
- "*The name of the diff executable."
- :type 'string
- :group 'xtla)
-
- (defcustom tla-patch-executable (tla--first-set
- tla-site-patch-executable
-- "patch")
-+ "gpatch")
- "*The name of the patch executable."
- :type 'string
- :group 'xtla)