svn commit: r317435 - head/palm/mdbconv/files

Baptiste Daroussin bapt at FreeBSD.org
Sun May 5 21:09:49 UTC 2013


Author: bapt
Date: Sun May  5 21:09:48 2013
New Revision: 317435
URL: http://svnweb.freebsd.org/changeset/ports/317435

Log:
  Fix build on current

Modified:
  head/palm/mdbconv/files/Makefile

Modified: head/palm/mdbconv/files/Makefile
==============================================================================
--- head/palm/mdbconv/files/Makefile	Sun May  5 21:06:29 2013	(r317434)
+++ head/palm/mdbconv/files/Makefile	Sun May  5 21:09:48 2013	(r317435)
@@ -1,6 +1,6 @@
 # $FreeBSD$
 
 PROG=	mdbconv
-NOMAN=	yes
+NO_MAN=	yes
 
 .include <bsd.prog.mk>


More information about the svn-ports-all mailing list