diff options
author | adamw <adamw@FreeBSD.org> | 2003-10-10 10:23:03 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-10-10 10:23:03 +0800 |
commit | 706af1d8955e3492bdc56eb468ada558089725c0 (patch) | |
tree | 2cf2c4bb979dff655f812d8228a2ffb271772741 /games/monkeybubble | |
parent | e4127068a906ed85ecb91f37e23dff6e00ec1baa (diff) | |
download | freebsd-ports-gnome-706af1d8955e3492bdc56eb468ada558089725c0.tar.gz freebsd-ports-gnome-706af1d8955e3492bdc56eb468ada558089725c0.tar.zst freebsd-ports-gnome-706af1d8955e3492bdc56eb468ada558089725c0.zip |
Prevent bin/gsttest from getting built and being installed. It didn't
really have a purpose, so I'm not bumping PORTREVISION to propogate
its removal.
Diffstat (limited to 'games/monkeybubble')
-rw-r--r-- | games/monkeybubble/files/patch-src::audio::Makefile.in | 20 | ||||
-rw-r--r-- | games/monkeybubble/pkg-plist | 1 |
2 files changed, 20 insertions, 1 deletions
diff --git a/games/monkeybubble/files/patch-src::audio::Makefile.in b/games/monkeybubble/files/patch-src::audio::Makefile.in new file mode 100644 index 000000000000..e488dc0b8604 --- /dev/null +++ b/games/monkeybubble/files/patch-src::audio::Makefile.in @@ -0,0 +1,20 @@ +--- src/audio/Makefile.in.orig Thu Oct 9 22:19:10 2003 ++++ src/audio/Makefile.in Thu Oct 9 22:19:24 2003 +@@ -148,7 +148,7 @@ + + lib_LTLIBRARIES = libgstaudio.la + +-bin_PROGRAMS = gsttest ++bin_PROGRAMS = + + gsttest_SOURCES = gst-audio.h gst-audio.c test.c + +@@ -176,7 +176,7 @@ + LIBS = @LIBS@ + libgstaudio_la_DEPENDENCIES = + libgstaudio_la_OBJECTS = gst-audio.lo +-bin_PROGRAMS = gsttest$(EXEEXT) ++bin_PROGRAMS = + PROGRAMS = $(bin_PROGRAMS) + + gsttest_OBJECTS = gst-audio.$(OBJEXT) test.$(OBJEXT) diff --git a/games/monkeybubble/pkg-plist b/games/monkeybubble/pkg-plist index 477b25c157ea..605dc747a1ef 100644 --- a/games/monkeybubble/pkg-plist +++ b/games/monkeybubble/pkg-plist @@ -1,4 +1,3 @@ -bin/gsttest bin/monkey-bubble bin/monkey-srv etc/gconf/schemas/monkey-bubble.schemas |