diff options
author | hubertf <hubertf> | 1998-04-11 22:13:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-04-11 22:13:07 +0000 |
commit | 986884975c8c25b8ad14fcea94e3804dc388ac5b (patch) | |
tree | e2b9343b6f9330ea409ce2e16c4ac4deecd6a8bd /misc | |
parent | 9e1deccf7a026d0f9b1e481973a2e3fd18407155 (diff) | |
download | pkgsrc-986884975c8c25b8ad14fcea94e3804dc388ac5b.tar.gz |
Feed our own data to the autoconfigure-o-magic.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeutils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/kdeutils/Makefile b/misc/kdeutils/Makefile index c49d23db765..9965f30b325 100644 --- a/misc/kdeutils/Makefile +++ b/misc/kdeutils/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:54:30 tron Exp $ +# $NetBSD: Makefile,v 1.7 1998/04/11 22:13:07 hubertf Exp $ # FreeBSD Id: Makefile,v 1.4 1997/11/28 00:04:18 se Exp # @@ -38,7 +38,8 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}" \ "--with-qt-includes=${X11BASE}/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}/kdeutils |