svn commit: r384320 - head/devel/sdts++

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 19 19:38:00 UTC 2015


Author: tijl
Date: Sun Apr 19 19:37:59 2015
New Revision: 384320
URL: https://svnweb.freebsd.org/changeset/ports/384320

Log:
  Create some files required by autoreconf
  
  Reported by:	antoine

Modified:
  head/devel/sdts++/Makefile

Modified: head/devel/sdts++/Makefile
==============================================================================
--- head/devel/sdts++/Makefile	Sun Apr 19 19:34:18 2015	(r384319)
+++ head/devel/sdts++/Makefile	Sun Apr 19 19:37:59 2015	(r384320)
@@ -22,4 +22,9 @@ USE_LDCONFIG=	yes
 
 INFO=		sdts++
 
+post-patch:
+.for f in AUTHORS ChangeLog NEWS README
+	@${TOUCH} ${WRKSRC}/sysutils/${f}
+.endfor
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list