svn commit: r354043 - head/editors/paredit-mode.el

Jimmy Olgeni olgeni at FreeBSD.org
Wed May 14 12:09:16 UTC 2014


Author: olgeni
Date: Wed May 14 12:09:16 2014
New Revision: 354043
URL: http://svnweb.freebsd.org/changeset/ports/354043
QAT: https://qat.redports.org/buildarchive/r354043/

Log:
  Add staging support.

Modified:
  head/editors/paredit-mode.el/Makefile

Modified: head/editors/paredit-mode.el/Makefile
==============================================================================
--- head/editors/paredit-mode.el/Makefile	Wed May 14 12:07:23 2014	(r354042)
+++ head/editors/paredit-mode.el/Makefile	Wed May 14 12:09:16 2014	(r354043)
@@ -17,11 +17,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	%%EMACS_SITE_LISPDIR%%/paredit.el
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/paredit.el
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list