mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
astro/astrometry: Add some shebang files
Reported by: Alexey Dokuchaev <danfe@freebsd.org>
This commit is contained in:
parent
5a14ee51ad
commit
842aa9df3f
3 changed files with 3 additions and 16 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= astrometry
|
||||
PORTVERSION= 0.97
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= astro
|
||||
MASTER_SITES= https://github.com/dstndstn/${PORTNAME}.net/releases/download/${DISTVERSION}/
|
||||
DISTNAME= ${PORTNAME}.net-${PORTVERSION}
|
||||
|
@ -31,7 +32,8 @@ USES= gmake jpeg localbase pkgconfig python shebangfix
|
|||
#USE_PYTHON= pytest
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
SHEBANG_FILES= bin/* plot/plotann.py sdss/*.py solver/*.py util/[!c]*.py
|
||||
SHEBANG_FILES= bin/* configure gsl-an/grab-gsl-sources.sh \
|
||||
plot/plotann.py sdss/*.py solver/*.py util/[!c]*.py
|
||||
|
||||
MAKE_ARGS= NETPBM_INC="-I${LOCALBASE}/include/netpbm" \
|
||||
NETPBM_LIB="-L${LOCALBASE}/lib -lnetpbm" \
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
--- configure.orig 2024-12-02 19:50:59 UTC
|
||||
+++ configure
|
||||
@@ -1,3 +1,3 @@
|
||||
-#! /bin/bash
|
||||
+#!/usr/bin/env bash
|
||||
|
||||
echo "Ok"
|
|
@ -1,8 +0,0 @@
|
|||
--- gsl-an/grab-gsl-sources.sh.orig 2024-12-02 19:50:59 UTC
|
||||
+++ gsl-an/grab-gsl-sources.sh
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /bin/bash
|
||||
+#!/usr/bin/env bash
|
||||
|
||||
GSL=/tmp/gsl-1.16
|
||||
|
Loading…
Add table
Reference in a new issue