- Fix shebangs
This commit is contained in:
parent
aa0118eaa0
commit
dbfbbef4f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439224
3 changed files with 11 additions and 6 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= libgda
|
||||
PORTVERSION?= 5.2.4
|
||||
PORTREVISION?= 0
|
||||
PORTREVISION?= 1
|
||||
CATEGORIES= databases gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX?= 5
|
||||
|
@ -12,8 +12,9 @@ DIST_SUBDIR= gnome3
|
|||
MAINTAINER?= gnome@FreeBSD.org
|
||||
COMMENT?= Provides uniform access to different kinds of data sources
|
||||
|
||||
USES= tar:xz
|
||||
USES= python readline shebangfix tar:xz
|
||||
LIBGDA5_SLAVE?= no
|
||||
SHEBANG_FILES= libgda-report/RML/*/*.py
|
||||
|
||||
.if !defined(REFERENCE_PORT)
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= pcsc-lite
|
||||
PORTVERSION= 1.8.20
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= devel security
|
||||
MASTER_SITES= https://alioth.debian.org/frs/download.php/latestfile/39/
|
||||
|
@ -16,10 +16,11 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USES= libtool pathfix perl5 pkgconfig shebangfix tar:bzip2
|
||||
USES= libtool pathfix perl5 pkgconfig python:build \
|
||||
shebangfix tar:bzip2
|
||||
USE_PERL5= build
|
||||
USE_RC_SUBR= pcscd
|
||||
SHEBANG_FILES= ${WRKSRC}/src/spy/pcsc-spy
|
||||
SHEBANG_FILES= src/spy/pcsc-spy
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
CONFIGURE_ARGS= --enable-usbdropdir=${PREFIX}/lib/pcsc/drivers/
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= crmsh
|
||||
PORTVERSION= 2.2.0
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= net-mgmt python
|
||||
|
||||
MAINTAINER= dpejesh@yahoo.com
|
||||
|
@ -24,7 +24,10 @@ CONFIGURE_ARGS= --with-ocf-root=${PREFIX}/etc/ocf
|
|||
NO_ARCH= yes
|
||||
|
||||
SHEBANG_FILES= crm \
|
||||
scripts/*/*.py \
|
||||
test/cib-tests.sh \
|
||||
test/list-undocumented-commands.py \
|
||||
utils/crm_clean.py \
|
||||
utils/crm_pkg.py \
|
||||
utils/crm_rpmcheck.py
|
||||
|
||||
|
|
Loading…
Reference in a new issue