diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-19 14:13:09 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-19 14:13:09 +0000 |
commit | 5d18b6a3a25843d763c6006a9adc222d6f565b12 (patch) | |
tree | 54651b26bb1638a65eae21ac796eeb5deb47ea4d | |
parent | 373714424252b7f2137e411fb2bcfdc47a7f6456 (diff) |
Notes
-rw-r--r-- | www/sams2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/sams2/Makefile b/www/sams2/Makefile index 1683e8f599fe..08f0155b342b 100644 --- a/www/sams2/Makefile +++ b/www/sams2/Makefile @@ -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 |