mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
65b2022e67
- Fix deprecated NOOBJ and NOMAN (patches sent by private mail) PR: ports/133745 Approved by: portmgr (pav@)
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
--- ./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:
|
|
|