1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Fix shebangs

MFH:		2015Q2
This commit is contained in:
Dmitry Marakasov 2015-06-11 09:27:05 +00:00
parent cc78faf27b
commit 56fd4b321f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389176

View File

@ -3,7 +3,7 @@
PORTNAME= mpqc
PORTVERSION= 2.3.1
PORTREVISION= 25
PORTREVISION= 26
CATEGORIES= science parallel
MASTER_SITES= SF
@ -13,7 +13,8 @@ COMMENT= Massively Parallel Quantum Computing library and program
LIB_DEPENDS= libint.so:${PORTSDIR}/science/libint
GNU_CONFIGURE= yes
USES= fortran gmake libtool perl5 tar:bzip2
USES= fortran gmake libtool perl5 shebangfix tar:bzip2
SHEBANG_FILES= src/bin/mpqc/ccarunproc src/bin/mpqc/mpqcrunproc
USE_AUTOTOOLS= autoconf
USE_LDCONFIG= yes