Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 14:13:09 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384290 - head/www/sams2
Message-ID:  <201504191413.t3JED9KS018533@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504191413.t3JED9KS018533>