[Midnightbsd-cvs] mports: Makefile: Fix footer.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Nov 12 15:16:26 EST 2008


Log Message:
-----------
Fix footer.

Modified Files:
--------------
    mports/Mk/docs:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/Mk/docs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -L Mk/docs/Makefile -L Mk/docs/Makefile -u -r1.1 -r1.2
--- Mk/docs/Makefile
+++ Mk/docs/Makefile
@@ -25,7 +25,7 @@
 .  if defined(MAN${SEC})
 .    for PAGE in ${MAN${SEC}:S/.${SEC}//g}
 ${PAGE}.${SEC}: ${PAGE}.pod
-	${POD2MAN} -c "MidnightBSD File Formats Manual" -n ${PAGE} -s ${SEC} ${PAGE}.pod > ${PAGE}.${SEC}
+	${POD2MAN} -r MidnightBSD -c "MidnightBSD File Formats Manual" -n ${PAGE} -s ${SEC} ${PAGE}.pod > ${PAGE}.${SEC}
 .    endfor
 .  endif
 .endfor


More information about the Midnightbsd-cvs mailing list