diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 14:46:36 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2014-06-10 14:46:36 +0000 |
commit | 52a808880e1ce7b7c8bad6cef17649a80bd86696 (patch) | |
tree | 6a7d9e5aeceb821efd8d721c1f98883c5dfe3fa2 /science | |
parent | 4fd5e511ed1d49b2cf85aff70ee4543c14492059 (diff) | |
download | ports-52a808880e1ce7b7c8bad6cef17649a80bd86696.tar.gz ports-52a808880e1ce7b7c8bad6cef17649a80bd86696.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/mol2ps/Makefile | 9 |
1 files 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 <bsd.port.mk> |