diff options
author | miwi <miwi@FreeBSD.org> | 2013-06-17 23:22:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-06-17 23:22:24 +0800 |
commit | 3bf362b06e829850418ed8b51c725b1c9c974349 (patch) | |
tree | e58506c47abb27bcf46d42da21ebf30028a9df1f /science/mol2ps/Makefile | |
parent | f0383953929be054ae0adef232126ef24dc8fea8 (diff) | |
download | freebsd-ports-gnome-3bf362b06e829850418ed8b51c725b1c9c974349.tar.gz freebsd-ports-gnome-3bf362b06e829850418ed8b51c725b1c9c974349.tar.zst freebsd-ports-gnome-3bf362b06e829850418ed8b51c725b1c9c974349.zip |
- Update to version 0.4
PR: 179589
Submitted by: Ports Fury
Diffstat (limited to 'science/mol2ps/Makefile')
-rw-r--r-- | science/mol2ps/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/science/mol2ps/Makefile b/science/mol2ps/Makefile index 11036782a363..dbe49cee89e4 100644 --- a/science/mol2ps/Makefile +++ b/science/mol2ps/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mol2ps -PORTVERSION= 0.3a +PORTVERSION= 0.4 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} @@ -22,7 +22,7 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} USE_FPC= yes -PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/color.conf +PLIST_FILES= bin/${PORTNAME} bin/mol2svg %%DATADIR%%/color.conf PLIST_DIRS= %%DATADIR%% do-build: @@ -30,6 +30,7 @@ do-build: do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${PREFIX}/bin && ${LN} ${PORTNAME} mol2svg) @${MKDIR} ${DATADIR} (cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${DATADIR}) |