diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-04-24 13:46:41 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2006-04-24 13:46:41 +0000 |
commit | 3fcc2a46bf71841f25bf7e7ac8bbf69b033a8bf2 (patch) | |
tree | 4818ae3cc27c6688735c57391726d9512a9dbc63 /graphics/f-spot | |
parent | 9279cf377b2c217245f7e98df3ded60fc581b23a (diff) |
Notes
Diffstat (limited to 'graphics/f-spot')
-rw-r--r-- | graphics/f-spot/Makefile | 2 | ||||
-rw-r--r-- | graphics/f-spot/files/patch-src_f-spot.in | 8 |
2 files changed, 9 insertions, 1 deletions
diff --git a/graphics/f-spot/Makefile b/graphics/f-spot/Makefile index fc88410f51dc..62df1c9977b5 100644 --- a/graphics/f-spot/Makefile +++ b/graphics/f-spot/Makefile @@ -8,7 +8,7 @@ PORTNAME= f-spot PORTVERSION= 0.1.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.1 diff --git a/graphics/f-spot/files/patch-src_f-spot.in b/graphics/f-spot/files/patch-src_f-spot.in new file mode 100644 index 000000000000..9acd06472903 --- /dev/null +++ b/graphics/f-spot/files/patch-src_f-spot.in @@ -0,0 +1,8 @@ +--- src/f-spot.in.orig Wed Mar 1 02:51:19 2006 ++++ src/f-spot.in Mon Apr 24 09:31:17 2006 +@@ -17,4 +17,4 @@ + echo "*** Running F-Spot in Debug Mode ***" + esac + +-exec -a @PACKAGE@ mono $MONO_OPTIONS $EXE_TO_RUN "$@" ++exec mono $MONO_OPTIONS $EXE_TO_RUN "$@" |