From 54f704f0621f2ff8953ddfd71f0959d4fb8ac268 Mon Sep 17 00:00:00 2001 From: lx Date: Wed, 12 Dec 2012 21:16:20 +0000 Subject: Fix ALL_TARGET so that .h files are generated properly during build. --- devel/libowfat/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'devel') diff --git a/devel/libowfat/Makefile b/devel/libowfat/Makefile index 46211a006d9f..84028802d9c6 100644 --- a/devel/libowfat/Makefile +++ b/devel/libowfat/Makefile @@ -15,6 +15,7 @@ COMMENT= A general purpose library based on code by D. J. Bernstein 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 -- cgit