Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 06:57:14 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346114 - head/devel/p4.el
Message-ID:  <201402260657.s1Q6vEsH059562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 26 06:57:14 2014
New Revision: 346114
URL: http://svnweb.freebsd.org/changeset/ports/346114
QAT: https://qat.redports.org/buildarchive/r346114/

Log:
  Support staging

Modified:
  head/devel/p4.el/Makefile

Modified: head/devel/p4.el/Makefile
==============================================================================
--- head/devel/p4.el/Makefile	Wed Feb 26 06:55:09 2014	(r346113)
+++ head/devel/p4.el/Makefile	Wed Feb 26 06:57:14 2014	(r346114)
@@ -18,11 +18,10 @@ NO_WRKSUBDIR=	yes
 EMACSLISPDIR=	${PREFIX}/share/emacs/site-lisp
 XEMACSLISPDIR=	${PREFIX}/lib/xemacs/site-lisp
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${EMACSLISPDIR}
-	${INSTALL_DATA} ${WRKSRC}/p4.el ${EMACSLISPDIR}/
-	${MKDIR} ${XEMACSLISPDIR}
-	${LN} -sf ${EMACSLISPDIR}/p4.el ${XEMACSLISPDIR}
+	${MKDIR} ${STAGEDIR}${EMACSLISPDIR}
+	${INSTALL_DATA} ${WRKSRC}/p4.el ${STAGEDIR}${EMACSLISPDIR}
+	${MKDIR} ${STAGEDIR}${XEMACSLISPDIR}
+	${LN} -sf p4.el ${STAGEDIR}${XEMACSLISPDIR}
 
 .include <bsd.port.mk>



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