diff options
author | wiz <wiz@pkgsrc.org> | 2000-03-16 14:17:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-03-16 14:17:13 +0000 |
commit | f82743fc4f1984739f472167ba051190f0454381 (patch) | |
tree | e59c4356b8028f53ae9dfafd2e7c763f221c6d0f /x11/XF86Setup | |
parent | a770b9901f65632fa6757f7dba741332b6d05df8 (diff) | |
download | pkgsrc-f82743fc4f1984739f472167ba051190f0454381.tar.gz |
touch -> ${TOUCH}
Diffstat (limited to 'x11/XF86Setup')
-rw-r--r-- | x11/XF86Setup/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/XF86Setup/Makefile b/x11/XF86Setup/Makefile index a7f7f721cff..fc8912f0ec7 100644 --- a/x11/XF86Setup/Makefile +++ b/x11/XF86Setup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/02/15 09:26:25 agc Exp $ +# $NetBSD: Makefile,v 1.14 2000/03/16 14:17:13 wiz Exp $ DISTNAME= XF86Setup-3.3.6 CATEGORIES= x11 @@ -21,6 +21,6 @@ WRKSRC= ${WRKDIR}/hw/xfree86/XF86Setup USE_IMAKE= yes pre-configure: - @touch ${WRKSRC}/res_cpp_symbol + @${TOUCH} ${WRKSRC}/res_cpp_symbol .include "../../mk/bsd.pkg.mk" |