svn commit: r340466 - head/cad/dinotrace

Antoine Brodin antoine at FreeBSD.org
Mon Jan 20 20:34:00 UTC 2014


Author: antoine
Date: Mon Jan 20 20:33:59 2014
New Revision: 340466
URL: http://svnweb.freebsd.org/changeset/ports/340466
QAT: https://qat.redports.org/buildarchive/r340466/

Log:
  Stage support

Modified:
  head/cad/dinotrace/Makefile

Modified: head/cad/dinotrace/Makefile
==============================================================================
--- head/cad/dinotrace/Makefile	Mon Jan 20 20:30:18 2014	(r340465)
+++ head/cad/dinotrace/Makefile	Mon Jan 20 20:33:59 2014	(r340466)
@@ -23,7 +23,6 @@ GNU_CONFIGURE=	yes
 INFO=		dinotrace
 PLIST_FILES=	bin/dinotrace
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MEMACS}
@@ -40,11 +39,10 @@ post-patch:
 
 post-install:
 .if ${PORT_OPTIONS:MEMACS}
-	@${MKDIR} ${PREFIX}/${EMACS_SITE_LISPDIR}
+	@${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
 .for F in dinotrace.el sim-log.el
-	${INSTALL_DATA} ${WRKSRC}/lisp/${F} ${PREFIX}/${EMACS_SITE_LISPDIR}
+	${INSTALL_DATA} ${WRKSRC}/lisp/${F} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}
 .endfor
-	@${CAT} ${PKGMESSAGE}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list