diff options
Diffstat (limited to 'devel/cvsd/Makefile')
-rw-r--r-- | devel/cvsd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/cvsd/Makefile b/devel/cvsd/Makefile index 754b0ba85902..5a0ba77e3e52 100644 --- a/devel/cvsd/Makefile +++ b/devel/cvsd/Makefile @@ -25,8 +25,10 @@ MAN5= cvsd.conf.5 MAN8= cvsd.8 cvsd-buildroot.8 cvsd-passwd.8 post-patch: - @${REINPLACE_CMD} -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \ - s|init.d|rc.d|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -E -e 's|init.d/cvsd|rc.d/cvsd.sh.sample|g ; \ + s|init.d|rc.d|g ; \ + s,@(ACLOCAL|AUTO(CONF|MAKE|HEADER))@,/usr/bin/true,' \ + ${WRKSRC}/Makefile.in post-install: .if !defined(NOPORTDOCS) |