summaryrefslogtreecommitdiffstats
path: root/devel/xtla
diff options
context:
space:
mode:
authornovel <novel@FreeBSD.org>2005-07-24 18:53:57 +0000
committernovel <novel@FreeBSD.org>2005-07-24 18:53:57 +0000
commit991ffe8b8b003e326c6e19d2f1da7dca60928cfe (patch)
tree975f61b282e8e3ab8905d12fb0c78c8a4e25b415 /devel/xtla
parent2f36eb4959224edea2bdf28cad5b3955c44d4b50 (diff)
downloadFreeBSD-ports-991ffe8b8b003e326c6e19d2f1da7dca60928cfe.zip
FreeBSD-ports-991ffe8b8b003e326c6e19d2f1da7dca60928cfe.tar.gz
Use proper configure args instead of patching source files.
PR: 84001 Submitted by: Dryice Liu (maintainer)
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 c7ed24ab..3c59a35 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 13a7df6..0000000
--- 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)
OpenPOWER on IntegriCloud