[Midnightbsd-cvs] mports: Makefile: fix to work with latest fake stuff.
ctriv at midnightbsd.org
ctriv at midnightbsd.org
Thu Mar 26 18:19:40 EDT 2009
Log Message:
-----------
fix to work with latest fake stuff.
Modified Files:
--------------
mports/x11/dmenu:
Makefile (r1.9 -> r1.10)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/dmenu/Makefile,v
retrieving revision 1.9
retrieving revision 1.10
diff -L x11/dmenu/Makefile -L x11/dmenu/Makefile -u -r1.9 -r1.10
--- x11/dmenu/Makefile
+++ x11/dmenu/Makefile
@@ -23,9 +23,8 @@
MAN1= dmenu.1
PLIST_FILES= bin/dmenu bin/dmenu_path bin/dmenu_run
-.include <bsd.port.pre.mk>
+EXTRA_FAKE_MAKEARGS= MANPREFIX=${PREFIX}/man
-# Just stick this at the end
-FAKE_MAKEARGS+= MANPREFIX=${PREFIX}/man
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
+
More information about the Midnightbsd-cvs
mailing list