diff options
Diffstat (limited to 'audio/euphoria/Makefile')
-rw-r--r-- | audio/euphoria/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/audio/euphoria/Makefile b/audio/euphoria/Makefile index be5f498a4c28..2652be89a382 100644 --- a/audio/euphoria/Makefile +++ b/audio/euphoria/Makefile @@ -6,13 +6,13 @@ # PORTNAME= euphoria -PORTVERSION= 20062006 -PORTREVISION= 1 +PORTVERSION= 20061008 +PORTREVISION= 0 +PORTEPOCH= 1 CATEGORIES= audio -MASTER_SITES= http://mbsd.msk.ru/dist/ -DISTNAME= ${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://sunner.elcomnet.ru/~stas/ -MAINTAINER= ssedov@mbsd.msk.ru +MAINTAINER= stas@FreeBSD.org COMMENT= XMMS2 GUI frontend written with Enlightenment e17 libraries BUILD_DEPENDS= rake:${PORTSDIR}/devel/rubygem-rake \ @@ -27,6 +27,7 @@ SADIR= ${RUBY_SITEARCHLIBDIR} USE_BZIP2= yes USE_RUBY= yes +RUBY_SHEBANG_FILES= ${WRKSRC}/bin/euphoria .include <bsd.port.pre.mk> .if ${ARCH} == "ia64" |