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:
parent
98667694e1
commit
5d541fe5b1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355752
@ -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>
|
||||
|
2
mail/automx/files/pkg-message.in
Normal file
2
mail/automx/files/pkg-message.in
Normal file
@ -0,0 +1,2 @@
|
||||
See INSTALL and BASIC_CONFIGURATION_README in %%DOCSDIR%%
|
||||
for instructions on how to configure automx.
|
Loading…
Reference in New Issue
Block a user