diff options
Diffstat (limited to 'graphics/tcm/Makefile')
-rw-r--r-- | graphics/tcm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/tcm/Makefile b/graphics/tcm/Makefile index 7db684df4a4..6d75d327a0f 100644 --- a/graphics/tcm/Makefile +++ b/graphics/tcm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/24 01:29:53 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/24 02:11:20 jtb Exp $ DISTNAME= tcm-2.01.src PKGNAME= tcm-2.01 @@ -26,7 +26,7 @@ post-extract: ${RM} -f ${TCM_SRC}/lib/COPYING ${TCM_SRC}/lib/CHANGELOG do-configure: - ${SH} ${SCRIPTDIR}/configure + ${CONFIGURE_SCRIPT} ${WRKSRC} do-install: @for f in tcm tcmd tcmt text2ps; do \ |