freebsd-ports/net/mpd/files/patch-Makefile
Philippe Audeoud 65b2022e67 - Fix NOPORTDOCS ...
- Fix deprecated NOOBJ and NOMAN (patches sent by private mail)

PR:		ports/133745
Approved by:	portmgr (pav@)
2009-04-15 13:55:54 +00:00

11 lines
230 B
Text

--- ./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>