Fix previous, SUBST_CMD is not needed anymore.

This commit is contained in:
ajacoutot 2011-04-07 09:45:46 +00:00
parent 773fba0fce
commit f7a2c6a5a1

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.80 2011/04/07 09:21:02 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.81 2011/04/07 09:45:46 ajacoutot Exp $
COMMENT= GNOME shell and file manager
@ -76,7 +76,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
REGRESS_IS_INTERACTIVE=x11
pre-configure:
${SUBST_CMD} ${WRKSRC}/libnautilus-extension/Makefile.in
.include <bsd.port.mk>