Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Dec 2013 20:04:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337287 - head/sysutils/parallel
Message-ID:  <201312232004.rBNK4PWQ021990@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec 23 20:04:25 2013
New Revision: 337287
URL: http://svnweb.freebsd.org/changeset/ports/337287

Log:
  - Fix shebang
  - Bump PORTREVISION for package change
  
  Approved by:	maintainer (implicit)

Modified:
  head/sysutils/parallel/Makefile

Modified: head/sysutils/parallel/Makefile
==============================================================================
--- head/sysutils/parallel/Makefile	Mon Dec 23 19:33:52 2013	(r337286)
+++ head/sysutils/parallel/Makefile	Mon Dec 23 20:04:25 2013	(r337287)
@@ -3,6 +3,7 @@
 
 PORTNAME=	parallel
 PORTVERSION=	20131222
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	GNU
 
@@ -18,7 +19,7 @@ CONFLICTS=	moreutils-parallel-[0-9]*
 CONFIGURE_ARGS=	--docdir="${DOCSDIR}"
 GNU_CONFIGURE=	yes
 USE_BZIP2=	yes
-USES=		perl5
+USES=		perl5 shebangfix
 
 PLIST_FILES=	bin/niceload bin/parallel bin/sem bin/sql \
 		man/man1/niceload.1.gz man/man1/parallel.1.gz \
@@ -29,6 +30,8 @@ PORTDOCS=	niceload.html niceload.pdf nic
 		sem.html sem.pdf sem.texi \
 		sql.html sql.pdf sql.texi
 
+SHEBANG_FILES=	src/niceload src/sql
+
 DOCS_BUILD_DEPENDS=	${LOCALBASE}/bin/pod2texi:${PORTSDIR}/print/texinfo
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312232004.rBNK4PWQ021990>