summaryrefslogtreecommitdiff
path: root/devel/cfitsio
diff options
context:
space:
mode:
authortron <tron>2000-07-31 16:59:51 +0000
committertron <tron>2000-07-31 16:59:51 +0000
commit5cfdbed842ba0d3c224cd6cb3634439d00c9dc5e (patch)
treebbaf643463c27336fa410f2b57c21b468b577d22 /devel/cfitsio
parent26c2de927125801e4ff1c7faba2eb0fb88f23f46 (diff)
downloadpkgsrc-5cfdbed842ba0d3c224cd6cb3634439d00c9dc5e.tar.gz
Invoke "./testprog" instead of "testprog" so that the test will work
if the current user hasn't got "." in its search path.
Diffstat (limited to 'devel/cfitsio')
-rw-r--r--devel/cfitsio/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cfitsio/Makefile b/devel/cfitsio/Makefile
index 0766919df6e..7fe1e997616 100644
--- a/devel/cfitsio/Makefile
+++ b/devel/cfitsio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/07/31 16:47:04 tron Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/31 16:59:51 tron Exp $
DISTNAME= cfitsio2037
PKGNAME= cfitsio-2.0.37
@@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PKGNAME:C/-.*//}
post-build:
cd ${WRKSRC}; \
- testprog | diff - testprog.out; \
+ ./testprog | diff - testprog.out; \
cmp testprog.fit testprog.std
do-install: