diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-12 01:32:49 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-09-12 01:32:49 +0000 |
commit | 1dcc9153b0a0e023155ebb24f3a0b688bab3fa9a (patch) | |
tree | 23aa78ce13e1e7823f758126b2cf33b7c378af07 /audio/pulseaudio | |
parent | 8da45234f167ff60944e62ce4648ec567ad16788 (diff) |
Do not install Linux-only directories.
Reported by: pointyhat via erwin
Notes
Notes:
svn path=/head/; revision=241255
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 1 | ||||
-rw-r--r-- | audio/pulseaudio/files/patch-src_Makefile.in | 16 |
2 files changed, 15 insertions, 2 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index fd16b6321792..bc52e7bfe6ea 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -8,6 +8,7 @@ PORTNAME= pulseaudio PORTVERSION= 0.9.17 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/ diff --git a/audio/pulseaudio/files/patch-src_Makefile.in b/audio/pulseaudio/files/patch-src_Makefile.in index e3782e935ebe..e77cc9f9ad4c 100644 --- a/audio/pulseaudio/files/patch-src_Makefile.in +++ b/audio/pulseaudio/files/patch-src_Makefile.in @@ -1,5 +1,5 @@ ---- src/Makefile.in.orig 2009-09-10 22:40:54.000000000 -0400 -+++ src/Makefile.in 2009-09-10 22:42:31.000000000 -0400 +--- src/Makefile.in.orig 2009-09-11 21:23:13.000000000 -0400 ++++ src/Makefile.in 2009-09-11 21:24:41.000000000 -0400 @@ -2890,7 +2890,7 @@ libpulsecommon_@PA_MAJORMINORMICRO@_la_C libpulsecommon_@PA_MAJORMINORMICRO@_la_LDFLAGS = $(AM_LDFLAGS) \ -avoid-version $(am__append_14) @@ -9,3 +9,15 @@ $(LIBSNDFILE_LIBS) $(am__append_16) $(am__append_20) ################################### +@@ -7745,9 +7745,8 @@ info: info-am + + info-am: + +-install-data-am: install-alsapathsDATA install-alsaprofilesetsDATA \ +- install-dbuspolicyDATA install-pulseconfDATA \ +- install-pulseincludeHEADERS install-udevrulesDATA \ ++install-data-am: install-dbuspolicyDATA install-pulseconfDATA \ ++ install-pulseincludeHEADERS \ + install-xdgautostartDATA + + install-dvi: install-dvi-am |