1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix csound interval script to use /bin/sh instead of /bin/bash

- bump PORTREVISION

Approved by:	miwi (mentor, implicit)
This commit is contained in:
Juergen Lock 2007-03-16 19:45:33 +00:00
parent c264a5e4df
commit 5ee71c750d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187531
2 changed files with 8 additions and 0 deletions

View File

@ -8,6 +8,7 @@
PORTNAME= solfege
PORTVERSION= 3.7.0
PORTREVISION= 1
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

View File

@ -0,0 +1,7 @@
Index: lesson-files/bin/csound-play-harmonic-interval.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without