svn commit: r357317 - head/science/mol2ps

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jun 10 14:46:37 UTC 2014


Author: vanilla
Date: Tue Jun 10 14:46:36 2014
New Revision: 357317
URL: http://svnweb.freebsd.org/changeset/ports/357317
QAT: https://qat.redports.org/buildarchive/r357317/

Log:
  Stagify.

Modified:
  head/science/mol2ps/Makefile

Modified: head/science/mol2ps/Makefile
==============================================================================
--- head/science/mol2ps/Makefile	Tue Jun 10 14:44:22 2014	(r357316)
+++ head/science/mol2ps/Makefile	Tue Jun 10 14:46:36 2014	(r357317)
@@ -26,14 +26,13 @@ USE_FPC=	yes
 PLIST_FILES=	bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf
 PLIST_DIRS=	%%DATADIR%%
 
-NO_STAGE=	yes
 do-build:
 	(cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3)
 
 do-install:
-	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin)
-	(cd ${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg)
-	@${MKDIR} ${DATADIR}
-	(cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${DATADIR})
+	(cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin)
+	(cd ${STAGEDIR}${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg)
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	(cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${STAGEDIR}${DATADIR})
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list