aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilippe Audeoud <jadawin@FreeBSD.org>2009-04-15 13:55:54 +0000
committerPhilippe Audeoud <jadawin@FreeBSD.org>2009-04-15 13:55:54 +0000
commit65b2022e67429b848be86fc04931ddc85e62547e (patch)
treec3150cad7bbf84fe52d1f19aa2f0ccc7d7ec3c6b
parentaab7e9acdc0bbae6caecc4a1e8c9c3e8e2c282d4 (diff)
downloadports-65b2022e67429b848be86fc04931ddc85e62547e.tar.gz
ports-65b2022e67429b848be86fc04931ddc85e62547e.zip
- 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
-rw-r--r--net/mpd/files/patch-Makefile11
-rw-r--r--net/mpd/files/patch-conf::Makefile11
-rw-r--r--net/mpd/files/patch-src::Makefile11
3 files changed, 33 insertions, 0 deletions
diff --git a/net/mpd/files/patch-Makefile b/net/mpd/files/patch-Makefile
new file mode 100644
index 000000000000..be99c9a33f34
--- /dev/null
+++ b/net/mpd/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- ./Makefile.orig 2004-05-04 18:12:28.000000000 +0200
++++ ./Makefile 2009-04-15 10:00:46.339896422 +0200
+@@ -2,8 +2,6 @@
+
+ SUBDIR+= src
+ SUBDIR+= conf
+-.if !defined(NOPORTDOCS)
+ SUBDIR+= doc
+-.endif
+
+ .include <bsd.subdir.mk>
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:
+
diff --git a/net/mpd/files/patch-src::Makefile b/net/mpd/files/patch-src::Makefile
new file mode 100644
index 000000000000..f9c6a22eb41e
--- /dev/null
+++ b/net/mpd/files/patch-src::Makefile
@@ -0,0 +1,11 @@
+--- ./src/Makefile.orig 2009-04-15 11:08:28.375892000 +0200
++++ ./src/Makefile 2009-04-15 11:08:51.340371001 +0200
+@@ -11,7 +11,7 @@
+ PREFIX?= /usr/local
+ BINDIR?= ${PREFIX}/sbin
+ VERSION= 3.18
+-NOMAN=
++NO_MAN=
+
+ # Default configuration directory
+