diff options
author | ashish <ashish@FreeBSD.org> | 2014-06-27 20:56:42 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2014-06-27 20:56:42 +0800 |
commit | fecee1cb75d99bbb220d649e5a1537174e7fe5a3 (patch) | |
tree | ed6d67b523711e258b720f5b61b53b93bc48d454 /textproc | |
parent | 33bd79cbf55939a624f4da4d03786fac54ea47c5 (diff) | |
download | freebsd-ports-gnome-fecee1cb75d99bbb220d649e5a1537174e7fe5a3.tar.gz freebsd-ports-gnome-fecee1cb75d99bbb220d649e5a1537174e7fe5a3.tar.zst freebsd-ports-gnome-fecee1cb75d99bbb220d649e5a1537174e7fe5a3.zip |
- Properly remove references to deprecated emacs versions, and unbreak INDEX
Approved by: portmgr (bapt)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/emacs-wiki/Makefile | 4 | ||||
-rw-r--r-- | textproc/xml-parse.el/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/textproc/emacs-wiki/Makefile b/textproc/emacs-wiki/Makefile index 76a9ec8e52cb..bf021065f6ca 100644 --- a/textproc/emacs-wiki/Makefile +++ b/textproc/emacs-wiki/Makefile @@ -18,10 +18,6 @@ OPTIONS_DEFINE= CONTRIB CONTRIB_DESC= Install extra packages. This can shadow versions already there. OPTIONS_SUB= yes -.if ${EMACS_PORT_NAME} != "emacs21" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif - RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/xml-parse.el:${PORTSDIR}/textproc/xml-parse.el RUN_DEPENDS+= ${LOCALBASE}/${EMACS_SITE_LISPDIR}/htmlize.el:${PORTSDIR}/textproc/htmlize.el diff --git a/textproc/xml-parse.el/Makefile b/textproc/xml-parse.el/Makefile index e9bf66920bbe..17e16a388df0 100644 --- a/textproc/xml-parse.el/Makefile +++ b/textproc/xml-parse.el/Makefile @@ -17,10 +17,6 @@ COMMENT= Code to efficiently read/write XML data with Elisp USE_EMACS= yes -.if ${EMACS_PORT_NAME} != "emacs21" -PORTNAMESUFFIX= ${PKGNAMESUFFIX} -.endif - NO_BUILD= yes NO_STAGE= yes |