summaryrefslogtreecommitdiff
path: root/x11/modeline
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-06 16:58:11 +0000
committerjlam <jlam>2002-02-06 16:58:11 +0000
commit52bbc5d723e71729f9c60d5aa69186def355e352 (patch)
tree0314060661b2a2c2c29d92417a77330da29f157e /x11/modeline
parent9a24d6a467e5d5e0e41aafc12668cb2eb92d7a5e (diff)
downloadpkgsrc-52bbc5d723e71729f9c60d5aa69186def355e352.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 'x11/modeline')
-rw-r--r--x11/modeline/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/modeline/Makefile b/x11/modeline/Makefile
index aeffdaebd1b..bba1ca622c5 100644
--- a/x11/modeline/Makefile
+++ b/x11/modeline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/04/19 11:39:31 agc Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/06 16:58:16 jlam Exp $
DISTNAME= modeline_vfr.c
PKGNAME= modeline-20001121
@@ -20,6 +20,6 @@ do-build:
cd ${WRKSRC}; ${CC} ${CFLAGS} ${DISTNAME} -o ${DISTNAME:S/.c//}
do-install:
- ${BSD_INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:S/.c//} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME:S/.c//} ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"