diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-07 14:45:39 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-07 14:45:39 +0800 |
commit | e286866d1ad7053987b8699d1355aae9063f71f0 (patch) | |
tree | 0f5dd8fc023d3dda43cf61eccf2f86d7e2dd7ca4 /audio/muine | |
parent | 93d0bd4c8ef9cdadabad93879a9ec167057d4a58 (diff) | |
download | freebsd-ports-gnome-e286866d1ad7053987b8699d1355aae9063f71f0.tar.gz freebsd-ports-gnome-e286866d1ad7053987b8699d1355aae9063f71f0.tar.zst freebsd-ports-gnome-e286866d1ad7053987b8699d1355aae9063f71f0.zip |
Use shebangfix
Diffstat (limited to 'audio/muine')
-rw-r--r-- | audio/muine/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/audio/muine/Makefile b/audio/muine/Makefile index 5cc2c4c8c12f..6645273a1f9c 100644 --- a/audio/muine/Makefile +++ b/audio/muine/Makefile @@ -1,10 +1,6 @@ -# New ports collection makefile for: muine -# Date created: 20040615 -# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> -# +# Created by: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # $FreeBSD$ # $Id: Makefile,v 1.54 2007/01/26 03:17:25 tmclau02 Exp $ -# PORTNAME= muine PORTVERSION= 0.8.11 @@ -24,20 +20,18 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GMAKE= yes -USES= gettext +USES= gettext shebangfix USE_GNOME= gnomeprefix gnomehack intltool libgnomeui gnomesharp20 USE_GSTREAMER= gconf USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALLS_ICONS= yes +SHEBANG_FILES= src/muine.in +bash_CMD= ${SETENV} bash CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GCONF_SCHEMAS= muine.schemas -post-patch: - @${REINPLACE_CMD} -e 's|/bin/bash|/usr/bin/env bash|g' \ - ${WRKSRC}/src/muine.in - .include <bsd.port.mk> |