diff options
author | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
---|---|---|
committer | Joseph Mingrone <jrm@FreeBSD.org> | 2018-02-01 18:03:09 +0000 |
commit | a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491 (patch) | |
tree | 4a6b8513515fb032f2183d945863a1d39dbcd0c1 /textproc/xml-parse.el | |
parent | 7a6d87cd185d39c7023ee32da472cca4f391e7f2 (diff) | |
download | ports-a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491.tar.gz ports-a3cc513bfc69ef10d52ed310dd9a6e6bb8c57491.zip |
Notes
Diffstat (limited to 'textproc/xml-parse.el')
-rw-r--r-- | textproc/xml-parse.el/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/xml-parse.el/Makefile b/textproc/xml-parse.el/Makefile index 0aeaaeb35fba..aeb1b7f450ba 100644 --- a/textproc/xml-parse.el/Makefile +++ b/textproc/xml-parse.el/Makefile @@ -3,12 +3,12 @@ PORTNAME= xml-parse.el PORTVERSION= 1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= textproc elisp MASTER_SITES= http://dryice.name/computer/FreeBSD/distfiles/ \ http://sacha.free.net.ph/notebook/emacs/ \ http://ports.toco-domains.de/ -PKGNAMESUFFIX= -${EMACS_PORT_NAME} +PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX} DISTNAME= ${PORTNAME} EXTRACT_SUFX= EXTRACT_ONLY= @@ -16,7 +16,8 @@ EXTRACT_ONLY= MAINTAINER= tz@FreeBSD.org COMMENT= Code to efficiently read/write XML data with Elisp -USE_EMACS= yes +USES= emacs + NO_BUILD= yes do-install: |