diff options
author | agc <agc@pkgsrc.org> | 1998-06-10 08:02:08 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-10 08:02:08 +0000 |
commit | 666273802ad3a368fafd1bbcca9fba0e7030f819 (patch) | |
tree | 6666e3fdc661d0f840de3ed2df836db67e9df18b /x11 | |
parent | 1ff656b15a2c1145b2eff1e9f1ae3fdc09fea152 (diff) | |
download | pkgsrc-666273802ad3a368fafd1bbcca9fba0e7030f819.tar.gz |
Remove the trailing '-f' from MAKE_FLAGS in bsd.pkg.mk, and include it
explicitly in the commands before ${MAKEFILE}; modify package
Makefiles to conform to this rationalisation. This was used
inconsistently in many packages, some including it, some not.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/tix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tix/Makefile b/x11/tix/Makefile index 1bec2444d43..19211875f00 100644 --- a/x11/tix/Makefile +++ b/x11/tix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/05/04 22:55:29 tron Exp $ +# $NetBSD: Makefile,v 1.3 1998/06/10 08:02:09 agc Exp $ # $FreeBSD Id: Makefile,v 1.15 1998/03/17 07:55:17 tg Exp DISTNAME= Tix4.1.0.006 @@ -35,7 +35,7 @@ pre-configure: post-install: @(cd ${WRKSRC}/.. && \ - ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) + ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} -f ${MAKEFILE} ${INSTALL_TARGET}) @${MKDIR} ${PREFIX}/man/man1 @${MV} ${PREFIX}/man/mann/tixwish.1 ${PREFIX}/man/man1 @${LN} -sf ${PREFIX}/bin/tixwish4.1.8.0 ${PREFIX}/bin/tixwish |