aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-19 07:03:41 +0800
committerbapt <bapt@FreeBSD.org>2013-10-19 07:03:41 +0800
commita0e78c8f6cb832b70a518b75252e5289e7dd99ad (patch)
tree909f74c62d966b66b284e8f252d38e2eb03c5256 /graphics
parent60797d0b111fa4d7d4ce8eb173fe1270a1712e7d (diff)
downloadfreebsd-ports-gnome-a0e78c8f6cb832b70a518b75252e5289e7dd99ad.tar.gz
freebsd-ports-gnome-a0e78c8f6cb832b70a518b75252e5289e7dd99ad.tar.zst
freebsd-ports-gnome-a0e78c8f6cb832b70a518b75252e5289e7dd99ad.zip
Unconditionnaly install in stage the docs
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libpuzzle/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/libpuzzle/Makefile b/graphics/libpuzzle/Makefile
index 8c0541e2febc..1ead3b530563 100644
--- a/graphics/libpuzzle/Makefile
+++ b/graphics/libpuzzle/Makefile
@@ -19,12 +19,8 @@ USE_LDCONFIG= yes
PORTDOCS= AUTHORS NEWS README THANKS
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>