svn commit: r357778 - head/devel/bicyclerepair

Vanilla I. Shu vanilla at FreeBSD.org
Sat Jun 14 13:28:27 UTC 2014


Author: vanilla
Date: Sat Jun 14 13:28:26 2014
New Revision: 357778
URL: http://svnweb.freebsd.org/changeset/ports/357778
QAT: https://qat.redports.org/buildarchive/r357778/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/devel/bicyclerepair/Makefile

Modified: head/devel/bicyclerepair/Makefile
==============================================================================
--- head/devel/bicyclerepair/Makefile	Sat Jun 14 13:17:59 2014	(r357777)
+++ head/devel/bicyclerepair/Makefile	Sat Jun 14 13:28:26 2014	(r357778)
@@ -12,7 +12,6 @@ COMMENT=	Python refactoring tool
 
 USE_PYTHON=	yes
 USE_PYDISTUTILS=yes
-NO_STAGE=	yes
 
 .if defined(EMACS_PORT_NAME)
 RUN_DEPENDS+=	${LOCALBASE}/bin/pymacs-services:${PORTSDIR}/devel/pymacs
@@ -20,10 +19,10 @@ RUN_DEPENDS+=	${LOCALBASE}/bin/pymacs-se
 
 .if !defined(NOPORTDOCS)
 post-install:
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/ide-integration/bike.vim ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.emacs ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README.idle ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/ide-integration/bike.vim ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.emacs ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.idle ${STAGEDIR}${DOCSDIR}
 	@${ECHO} "================================================================"
 	@${ECHO} "* See" ${DOCSDIR} "for instructions on configuring IDLE"
 	@${ECHO} "* and vim to use Bicycle Repair Man."


More information about the svn-ports-head mailing list