Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2012 21:16:20 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308798 - head/devel/libowfat
Message-ID:  <201212122116.qBCLGKFL050443@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Wed Dec 12 21:16:20 2012
New Revision: 308798
URL: http://svnweb.freebsd.org/changeset/ports/308798

Log:
  Fix ALL_TARGET so that .h files are generated properly during build.

Modified:
  head/devel/libowfat/Makefile

Modified: head/devel/libowfat/Makefile
==============================================================================
--- head/devel/libowfat/Makefile	Wed Dec 12 21:15:58 2012	(r308797)
+++ head/devel/libowfat/Makefile	Wed Dec 12 21:16:20 2012	(r308798)
@@ -15,6 +15,7 @@ COMMENT=	A general purpose library based
 
 USE_BZIP2=	yes
 USE_GMAKE=	yes
+ALL_TARGET=	dep all
 
 MAKEFILE=	GNUmakefile
 
@@ -42,6 +43,7 @@ PORTDOCS=	CHANGES README TODO
 
 post-extract:
 	@${MKDIR} ${WRKSRC}/man
+# Manual pages clash with other programs; prepend libowfat_ to them.
 .for i in ${MAN3}
 	@${MV} ${WRKSRC}/*/${i:S/libowfat_//} ${WRKSRC}/man/${i}
 .endfor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212122116.qBCLGKFL050443>