summaryrefslogtreecommitdiff
path: root/devel/idiff
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2002-02-06 16:58:11 +0000
committerjlam <jlam@pkgsrc.org>2002-02-06 16:58:11 +0000
commit7046abc822c457a46356fad85e66757b13c0841d (patch)
tree0314060661b2a2c2c29d92417a77330da29f157e /devel/idiff
parentd93fe0cd603b60e69ea77059d773740a1d6c4733 (diff)
downloadpkgsrc-7046abc822c457a46356fad85e66757b13c0841d.tar.gz
Changes instances where BSD_INSTALL_* were used by targets in the Makefile
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
Diffstat (limited to 'devel/idiff')
-rw-r--r--devel/idiff/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/idiff/Makefile b/devel/idiff/Makefile
index 885f08b68db..d96f7066460 100644
--- a/devel/idiff/Makefile
+++ b/devel/idiff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/03/22 10:04:36 agc Exp $
+# $NetBSD: Makefile,v 1.2 2002/02/06 16:58:13 jlam Exp $
#
DISTNAME= idiff-1.0
@@ -10,6 +10,6 @@ HOMEPAGE= http://www.darwinsys.com/freeware/
COMMENT= Interactive front-end to diff(1)
do-install:
- ${BSD_INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff
+ ${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin/idiff
.include "../../mk/bsd.pkg.mk"