svn commit: r355752 - in head/mail/automx: . files

Antoine Brodin antoine at FreeBSD.org
Thu May 29 21:26:49 UTC 2014


Author: antoine
Date: Thu May 29 21:26:49 2014
New Revision: 355752
URL: http://svnweb.freebsd.org/changeset/ports/355752
QAT: https://qat.redports.org/buildarchive/r355752/

Log:
  Unbreak and finish stage support

Added:
  head/mail/automx/files/pkg-message.in   (contents, props changed)
Modified:
  head/mail/automx/Makefile

Modified: head/mail/automx/Makefile
==============================================================================
--- head/mail/automx/Makefile	Thu May 29 21:16:11 2014	(r355751)
+++ head/mail/automx/Makefile	Thu May 29 21:26:49 2014	(r355752)
@@ -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>

Added: head/mail/automx/files/pkg-message.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/mail/automx/files/pkg-message.in	Thu May 29 21:26:49 2014	(r355752)
@@ -0,0 +1,2 @@
+See INSTALL and BASIC_CONFIGURATION_README in %%DOCSDIR%%
+for instructions on how to configure automx.


More information about the svn-ports-all mailing list