1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Create some files required by autoreconf

Reported by:	antoine
This commit is contained in:
Tijl Coosemans 2015-04-19 19:37:59 +00:00
parent 3577a8320f
commit c6528043a1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384320

View File

@ -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>