diff options
author | jgh <jgh@FreeBSD.org> | 2013-06-01 13:10:39 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-06-01 13:10:39 +0800 |
commit | 59f73c694fc8cbb7d7a42823fd9a8682af34c098 (patch) | |
tree | ffc8299b738092b3d1c869a9e3c116c238717859 /science | |
parent | 67d1865632530bcc0e238aadcde99e03b1ac65fd (diff) | |
download | freebsd-ports-gnome-59f73c694fc8cbb7d7a42823fd9a8682af34c098.tar.gz freebsd-ports-gnome-59f73c694fc8cbb7d7a42823fd9a8682af34c098.tar.zst freebsd-ports-gnome-59f73c694fc8cbb7d7a42823fd9a8682af34c098.zip |
- worked with upstream to roll versioned source distfile
- no difference in previous distfile (ie. checksum)
- remove unneeded dist_subdir directive
Diffstat (limited to 'science')
-rw-r--r-- | science/checkmol/Makefile | 4 | ||||
-rw-r--r-- | science/checkmol/distinfo | 4 |
2 files changed, 3 insertions, 5 deletions
diff --git a/science/checkmol/Makefile b/science/checkmol/Makefile index dfc893cd74eb..947e97d81dfb 100644 --- a/science/checkmol/Makefile +++ b/science/checkmol/Makefile @@ -5,9 +5,7 @@ PORTNAME= checkmol PORTVERSION= 0.5 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/ -DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pas -DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Analyze molecules for the presence of functional groups @@ -28,7 +26,7 @@ do-build: (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) do-install: - (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${DISTNAME} ${PREFIX}/bin/${PORTNAME}) (cd ${PREFIX}/bin && ${LN} ${PORTNAME} matchmol) .include <bsd.port.mk> diff --git a/science/checkmol/distinfo b/science/checkmol/distinfo index 64fbb210cd0a..5e9d41bb49f8 100644 --- a/science/checkmol/distinfo +++ b/science/checkmol/distinfo @@ -1,2 +1,2 @@ -SHA256 (checkmol-0.5/checkmol.pas) = 53c729ed4c2f98a19f2ede8280189d766e6107d980ba2410e98f541c0d852829 -SIZE (checkmol-0.5/checkmol.pas) = 554154 +SHA256 (checkmol-0.5.pas) = 53c729ed4c2f98a19f2ede8280189d766e6107d980ba2410e98f541c0d852829 +SIZE (checkmol-0.5.pas) = 554154 |