Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Jul 2014 02:57:38 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361160 - head/textproc/xml-parse.el
Message-ID:  <201407080257.s682vc1V069682@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Jul  8 02:57:38 2014
New Revision: 361160
URL: http://svnweb.freebsd.org/changeset/ports/361160
QAT: https://qat.redports.org/buildarchive/r361160/

Log:
  Stagify, and take maintainer.
  
  PR:		ports/191704
  Submitted by:	Torsten Zühlsdorff <ports@toco-domains.de>

Modified:
  head/textproc/xml-parse.el/Makefile

Modified: head/textproc/xml-parse.el/Makefile
==============================================================================
--- head/textproc/xml-parse.el/Makefile	Tue Jul  8 02:51:14 2014	(r361159)
+++ head/textproc/xml-parse.el/Makefile	Tue Jul  8 02:57:38 2014	(r361160)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407080257.s682vc1V069682>