summaryrefslogtreecommitdiff
path: root/textproc/xml-parse.el
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-07-08 02:57:38 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-07-08 02:57:38 +0000
commitf15a7b83beaed51e1f8ca9e48ca8b7a4d4a8633b (patch)
tree1d98e8838f0af09b07f4fb3b86a72b2fa6295e04 /textproc/xml-parse.el
parentUpdate to 20140707, and pass maintainership back to submitter/author. (diff)
Stagify, and take maintainer.
PR: ports/191704 Submitted by: Torsten Zühlsdorff <ports@toco-domains.de>
Diffstat (limited to 'textproc/xml-parse.el')
-rw-r--r--textproc/xml-parse.el/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/xml-parse.el/Makefile b/textproc/xml-parse.el/Makefile
index 0ff2c2e2987e..e7cb2d0e41a0 100644
--- a/textproc/xml-parse.el/Makefile
+++ b/textproc/xml-parse.el/Makefile
@@ -6,21 +6,20 @@ PORTVERSION= 1.5
PORTREVISION= 4
CATEGORIES= textproc elisp
MASTER_SITES= http://dryice.name/computer/FreeBSD/distfiles/ \
- http://sacha.free.net.ph/notebook/emacs/
+ http://sacha.free.net.ph/notebook/emacs/ \
+ http://ports.toco-domains.de/
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
DISTNAME= ${PORTNAME}
EXTRACT_SUFX=
EXTRACT_ONLY=
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= ports@toco-domains.de
COMMENT= Code to efficiently read/write XML data with Elisp
USE_EMACS= yes
-
NO_BUILD= yes
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}
+ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
.include <bsd.port.mk>