1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Unbreak and finish stage support

This commit is contained in:
Antoine Brodin 2014-05-29 21:26:49 +00:00
parent 98667694e1
commit 5d541fe5b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355752
2 changed files with 3 additions and 6 deletions

View File

@ -29,11 +29,9 @@ PORTDOCS= *
SUB_FILES= pkg-message
OPTIONS_DEFINE= MEMCACHE
MEMCACHE_DESC= Add memcahce support
MEMCACHE_DESC= Add memcache support
MEMCACHE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}memcached>=0:${PORTSDIR}/databases/py-memcached
.include <bsd.port.options.mk>
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
(cd ${WRKSRC}/src && \
@ -50,7 +48,4 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/INSTALL ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/BASIC_CONFIGURATION_README ${STAGEDIR}${DOCSDIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
See INSTALL and BASIC_CONFIGURATION_README in %%DOCSDIR%%
for instructions on how to configure automx.