diff options
author | lx <lx@FreeBSD.org> | 2012-12-13 05:16:20 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2012-12-13 05:16:20 +0800 |
commit | 54f704f0621f2ff8953ddfd71f0959d4fb8ac268 (patch) | |
tree | 482a2532590a139dc5dee5d4f139878ab7aea001 /devel | |
parent | 087d616cf029196108d21a154994fab46f7978b6 (diff) | |
download | freebsd-ports-gnome-54f704f0621f2ff8953ddfd71f0959d4fb8ac268.tar.gz freebsd-ports-gnome-54f704f0621f2ff8953ddfd71f0959d4fb8ac268.tar.zst freebsd-ports-gnome-54f704f0621f2ff8953ddfd71f0959d4fb8ac268.zip |
Fix ALL_TARGET so that .h files are generated properly during build.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libowfat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |