Fix this pkg to generate a working config file.

This commit is contained in:
garbled 1998-11-04 07:52:31 +00:00
parent d010856dfd
commit 985dce9858

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 1998/10/04 19:20:44 tron Exp $
# $NetBSD: Makefile,v 1.4 1998/11/04 07:52:31 garbled Exp $
#
DISTNAME= imlib-1.7
@ -25,4 +25,7 @@ CONFIGURE_ENV+= CPPFLAGS='-I${LOCALBASE}/include -I${LOCALBASE}/include/giflib'
WRKSRC= ${WRKDIR}/imlib
post-extract:
${RM} ${WRKSRC}/config/imrc
.include "../../mk/bsd.pkg.mk"