diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-06-27 12:56:42 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2014-06-27 12:56:42 +0000 |
commit | a6b895df13cb4cdadcefeed71bc037ab7b75ec2b (patch) | |
tree | ed6d67b523711e258b720f5b61b53b93bc48d454 /textproc/xml-parse.el | |
parent | 7ea34d643b3e3594ea9e9a0e101139e5ac24e10b (diff) |
Notes
Diffstat (limited to 'textproc/xml-parse.el')
-rw-r--r-- | textproc/xml-parse.el/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |