From 52a808880e1ce7b7c8bad6cef17649a80bd86696 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Tue, 10 Jun 2014 14:46:36 +0000 Subject: [PATCH] Stagify. --- science/mol2ps/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile index 936b25feac5e..545a25a952db 100644 --- a/science/mol2ps/Makefile +++ b/science/mol2ps/Makefile @@ -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