aboutsummaryrefslogtreecommitdiff
path: root/devel/libowfat
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2012-12-12 21:16:20 +0000
committerDavid Thiel <lx@FreeBSD.org>2012-12-12 21:16:20 +0000
commit6fca9f9c1e2620283483781050471f11c9a36f5a (patch)
tree482a2532590a139dc5dee5d4f139878ab7aea001 /devel/libowfat
parent29aa1e2a1ff61b64352afc3dc427092fcb8a5b51 (diff)
downloadports-6fca9f9c1e2620283483781050471f11c9a36f5a.tar.gz
ports-6fca9f9c1e2620283483781050471f11c9a36f5a.zip
Notes
Diffstat (limited to 'devel/libowfat')
-rw-r--r--devel/libowfat/Makefile2
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