diff options
author | Juergen Lock <nox@FreeBSD.org> | 2007-03-16 19:45:33 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2007-03-16 19:45:33 +0000 |
commit | 5ee71c750df52e1587a80bf1f6dc8fa89cda5083 (patch) | |
tree | 7d9ead6b0d6ccabb9bf1c2655e142974a3f992ed /audio/solfege/Makefile | |
parent | c264a5e4df9933e510bffc066096d91106312c1a (diff) | |
download | freebsd-ports-5ee71c750df52e1587a80bf1f6dc8fa89cda5083.zip |
- Fix csound interval script to use /bin/sh instead of /bin/bash
- bump PORTREVISION
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 24b697f0216f..c7f89845b322 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -8,6 +8,7 @@ PORTNAME= solfege PORTVERSION= 3.7.0 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |