svn commit: r330785 - head/graphics/libpuzzle
Baptiste Daroussin
bapt at FreeBSD.org
Fri Oct 18 23:03:42 UTC 2013
Author: bapt
Date: Fri Oct 18 23:03:41 2013
New Revision: 330785
URL: http://svnweb.freebsd.org/changeset/ports/330785
Log:
Unconditionnaly install in stage the docs
Modified:
head/graphics/libpuzzle/Makefile
Modified: head/graphics/libpuzzle/Makefile
==============================================================================
--- head/graphics/libpuzzle/Makefile Fri Oct 18 23:00:00 2013 (r330784)
+++ head/graphics/libpuzzle/Makefile Fri Oct 18 23:03:41 2013 (r330785)
@@ -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>
More information about the svn-ports-all
mailing list