1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Stagify, and take maintainer.

PR:		ports/191704
Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>
This commit is contained in:
Vanilla I. Shu 2014-07-08 02:57:38 +00:00
parent 025779faf1
commit f15a7b83be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361160

View File

@ -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>