diff options
author | jtb <jtb@pkgsrc.org> | 2001-02-10 22:17:35 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-02-10 22:17:35 +0000 |
commit | c2b9b934705d095f0512d80be06981acf1077c51 (patch) | |
tree | 6ebb882563fe3774a00dcdd5f92959d653c06bd8 /math | |
parent | 0f2f41f79eb36117262bcfd5c8720a638f191fbf (diff) | |
download | pkgsrc-c2b9b934705d095f0512d80be06981acf1077c51.tar.gz |
Fix one further problem.
Diffstat (limited to 'math')
-rw-r--r-- | math/tochnog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/tochnog/Makefile b/math/tochnog/Makefile index fb0b5640ead..49a2b91a059 100644 --- a/math/tochnog/Makefile +++ b/math/tochnog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/10 21:37:05 veego Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/10 22:17:35 jtb Exp $ DISTNAME= tochnog-20010210 CATEGORIES= math @@ -15,7 +15,7 @@ MAKEFILE= makefile ALL_TARGET= netbsd post-patch: - @${RM} -f ${WRKDIR}/test/*.orig ${WRKDIR}/tools/*.bat + @${RM} -f ${WRKDIR}/tochnog/test/*.orig ${WRKDIR}/tochnog/tools/*.bat do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tochnog ${PREFIX}/bin |