svn commit: r389176 - head/science/mpqc

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 09:27:06 UTC 2015


Author: amdmi3
Date: Thu Jun 11 09:27:05 2015
New Revision: 389176
URL: https://svnweb.freebsd.org/changeset/ports/389176

Log:
  - Fix shebangs
  
  MFH:		2015Q2

Modified:
  head/science/mpqc/Makefile

Modified: head/science/mpqc/Makefile
==============================================================================
--- head/science/mpqc/Makefile	Thu Jun 11 09:26:59 2015	(r389175)
+++ head/science/mpqc/Makefile	Thu Jun 11 09:27:05 2015	(r389176)
@@ -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 Comp
 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
 


More information about the svn-ports-head mailing list