Remove useless command that breaks on read-only pkgsrc trees. I wonder

what was the point of this in the first place...

Closes PR#27529.
This commit is contained in:
cube 2004-10-28 06:36:51 +00:00
parent 6023604429
commit 533f02971b

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.7 2004/08/30 20:48:47 adrianp Exp $
# $NetBSD: Makefile,v 1.8 2004/10/28 06:36:51 cube Exp $
.include "../../mail/sendmail/Makefile.common"
@ -6,7 +6,6 @@ PKGNAME= libmilter-${DIST_VERS}
COMMENT= Mail filter support library for sendmail
post-patch: make-sendmail-siteconfig
${ECHO} >>${DESCR_SRC}
do-build:
@(cd ${WRKSRC}/libmilter; ${SETENV} ${MAKE_ENV} ./Build)