summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjlam <jlam>2002-02-06 16:58:11 +0000
committerjlam <jlam>2002-02-06 16:58:11 +0000
commitb195a70df8cfa6c8501331fe805e96c57342ce80 (patch)
tree0314060661b2a2c2c29d92417a77330da29f157e /sysutils
parent06e35f1ddbfda76a1ec3f6cb823737c4e0b5e49f (diff)
downloadpkgsrc-b195a70df8cfa6c8501331fe805e96c57342ce80.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 'sysutils')
-rw-r--r--sysutils/tits/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/tits/Makefile b/sysutils/tits/Makefile
index 94aacf58370..2a1c22bcc2c 100644
--- a/sysutils/tits/Makefile
+++ b/sysutils/tits/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/03/03 14:07:19 scw Exp $
+# $NetBSD: Makefile,v 1.5 2002/02/06 16:58:15 jlam Exp $
#
DISTNAME= tits-1.0.2
@@ -19,6 +19,6 @@ post-patch:
${SED} -e 's|/usr/local|${PREFIX}|g' ${WRKSRC}/tits.8.in > ${WRKSRC}/tits.8
post-install:
- ${BSD_INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/share/examples/
+ ${INSTALL_DATA} ${WRKSRC}/tits.conf ${PREFIX}/share/examples/
.include "../../mk/bsd.pkg.mk"