diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:29:36 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-07-24 06:29:36 +0800 |
commit | 4d8ad02609f6e3b4c80151a48faa62751622b671 (patch) | |
tree | b9639eb090dd46676c323d87e67b80ca2906bcc7 | |
parent | 3b91cbbf884acf374126c31a7a25776a0ee85b12 (diff) | |
download | freebsd-ports-gnome-4d8ad02609f6e3b4c80151a48faa62751622b671.tar.gz freebsd-ports-gnome-4d8ad02609f6e3b4c80151a48faa62751622b671.tar.zst freebsd-ports-gnome-4d8ad02609f6e3b4c80151a48faa62751622b671.zip |
- Optionize DOCS
-rw-r--r-- | graphics/makehuman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/makehuman/Makefile b/graphics/makehuman/Makefile index 4e6247373c7b..ff7fe2321c18 100644 --- a/graphics/makehuman/Makefile +++ b/graphics/makehuman/Makefile @@ -25,7 +25,7 @@ PLIST_FILES= bin/${PORTNAME} PORTDOCS= * PORTDATA= * -.include <bsd.port.options.mk> +OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e 's,find . \(-name .*\) -exec cp --parents {} \(.*\) \\;,find -d . \1 | ${CPIO} -dumpl \2,g' \ |