diff options
author | hubertf <hubertf> | 1998-04-11 23:11:49 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-04-11 23:11:49 +0000 |
commit | 8ef70855dd66dd20cb97d4d1e1dd03f84801f0b7 (patch) | |
tree | 5a4c7725b5fd53325d72ab8c79f4950570e2c67c | |
parent | 986884975c8c25b8ad14fcea94e3804dc388ac5b (diff) | |
download | pkgsrc-8ef70855dd66dd20cb97d4d1e1dd03f84801f0b7.tar.gz |
Feed our own data to the autoconfigure-o-magic.
-rw-r--r-- | games/kdegames/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/kdegames/Makefile b/games/kdegames/Makefile index 4760b6afd1f..e24349086be 100644 --- a/games/kdegames/Makefile +++ b/games/kdegames/Makefile @@ -3,7 +3,7 @@ # Date created: 28 October 1997 # Whom: Stefan Eßer <se@freebsd.org> # -# $NetBSD: Makefile,v 1.6 1998/03/21 01:55:11 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/11 23:11:49 hubertf Exp $ # FreeBSD Id: Makefile,v 1.3 1997/11/05 04:19:49 asami Exp # @@ -40,7 +40,8 @@ CONFIGURE_ARGS= "--x-inc=${PREFIX}/include -I${LOCALBASE}/include -I${LOCALBASE} "--with-qt-includes=${PREFIX}/include/qt" CONFIGURE_ENV= INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ - INSTALL_SCRIPT="${INSTALL_SCRIPT}" + INSTALL_SCRIPT="${INSTALL_SCRIPT}" \ + INSTALL="/usr/bin/install" WRKSRC= ${WRKDIR}/kdegames |