diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-04-15 13:55:54 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2009-04-15 13:55:54 +0000 |
commit | 65b2022e67429b848be86fc04931ddc85e62547e (patch) | |
tree | c3150cad7bbf84fe52d1f19aa2f0ccc7d7ec3c6b /net/mpd/files/patch-conf::Makefile | |
parent | - Fix plist problems for bacula-client and bacula-client-devel. (diff) |
- Fix NOPORTDOCS ...
- Fix deprecated NOOBJ and NOMAN (patches sent by private mail)
PR: ports/133745
Approved by: portmgr (pav@)
Notes
Notes:
svn path=/head/; revision=232338
Diffstat (limited to 'net/mpd/files/patch-conf::Makefile')
-rw-r--r-- | net/mpd/files/patch-conf::Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/mpd/files/patch-conf::Makefile b/net/mpd/files/patch-conf::Makefile new file mode 100644 index 000000000000..4a8f547d90ae --- /dev/null +++ b/net/mpd/files/patch-conf::Makefile @@ -0,0 +1,11 @@ +--- ./conf/Makefile.orig 2004-05-04 18:12:28.000000000 +0200 ++++ ./conf/Makefile 2009-04-15 11:09:12.907245101 +0200 +@@ -7,7 +7,7 @@ + MPD_SAMPLES+= mpd.links.sample + MPD_SAMPLES+= mpd.secret.sample + MPD_SAMPLES+= mpd.script.sample +-NOOBJ= ++NO_OBJ= + + all clean cleandir depend: + |