diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-21 19:21:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-21 19:21:21 +0000 |
commit | eb84f158a6f2f185d30fceff6651c1b6baa4e1f5 (patch) | |
tree | b117d5b7f6cc4cf6a986845e72faa0e2676fc482 /databases/memcacheq | |
parent | 1727182e5d2f80a6075c8866a50222205844f161 (diff) |
Notes
Diffstat (limited to 'databases/memcacheq')
-rw-r--r-- | databases/memcacheq/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/memcacheq/Makefile b/databases/memcacheq/Makefile index 53c1ba189e38..495593137760 100644 --- a/databases/memcacheq/Makefile +++ b/databases/memcacheq/Makefile @@ -33,5 +33,6 @@ PLIST_SUB= MCQDIR=${MCQDIR} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${MCQDIR} .include <bsd.port.mk> |