svn commit: r384290 - head/www/sams2

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 19 14:13:10 UTC 2015


Author: tijl
Date: Sun Apr 19 14:13:09 2015
New Revision: 384290
URL: https://svnweb.freebsd.org/changeset/ports/384290

Log:
  Put acinclude.m4 where aclocal can find it
  
  Reported by:	antoine

Modified:
  head/www/sams2/Makefile

Modified: head/www/sams2/Makefile
==============================================================================
--- head/www/sams2/Makefile	Sun Apr 19 13:49:28 2015	(r384289)
+++ head/www/sams2/Makefile	Sun Apr 19 14:13:09 2015	(r384290)
@@ -46,6 +46,9 @@ AP24=		""
 .  endif
 .endif
 
+post-patch:
+	@${MV} ${WRKSRC}/m4/acinclude.m4 ${WRKSRC}
+
 post-install:
 	${INSTALL_SCRIPT} ${FILESDIR}/sams2 ${STAGEDIR}${PREFIX}/etc/rc.d/
 	${INSTALL_DATA} ${WRKDIR}/sams2.conf.sample ${STAGEDIR}${PREFIX}/etc


More information about the svn-ports-all mailing list