diff options
author | miwi <miwi@FreeBSD.org> | 2007-10-23 21:35:50 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-10-23 21:35:50 +0800 |
commit | aeeb04fe1c1b4f5da17575105284a5877087c57f (patch) | |
tree | a716f184b8f4937fddae81cb955848f4c9923537 /graphics/feh | |
parent | c6a09d47d799b43c4b92ae0caed62fca4d542b8b (diff) | |
download | freebsd-ports-gnome-aeeb04fe1c1b4f5da17575105284a5877087c57f.tar.gz freebsd-ports-gnome-aeeb04fe1c1b4f5da17575105284a5877087c57f.tar.zst freebsd-ports-gnome-aeeb04fe1c1b4f5da17575105284a5877087c57f.zip |
- Remove dependency on shells/bash
PR: 117284
Submitted by: Oleg Pudeyev <oleg.pudeyev@gmail.com>
Diffstat (limited to 'graphics/feh')
-rw-r--r-- | graphics/feh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/feh/Makefile b/graphics/feh/Makefile index 31ed6f07eb23..f2c9f860d264 100644 --- a/graphics/feh/Makefile +++ b/graphics/feh/Makefile @@ -7,7 +7,7 @@ PORTNAME= feh PORTVERSION= 1.3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://linuxbrit.co.uk/downloads/ @@ -15,7 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An image viewer that utilizes Imlib2 LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_X_PREFIX= yes USE_PERL5= yes @@ -36,7 +35,7 @@ post-patch: @${PERL} -pi.bak -e \ 's|-man install-docsDATA|-man|g' ${WRKSRC}/Makefile.in @${PERL} -pi.bak -e \ - 's|^#!/bin|#!${LOCALBASE}/bin|g' ${WRKSRC}/cam/gen_cam_menu.sh + 's|^#!/bin/bash|#!/bin/sh|g' ${WRKSRC}/cam/gen_cam_menu.sh @${PERL} -pi.bak -e \ 's|^LDFLAGS.*$$|LDFLAGS = \@LDFLAGS\@|g ; \ s|-I/usr/X11R6/include||g ; \ |