diff options
author | tron <tron> | 2000-07-31 16:59:51 +0000 |
---|---|---|
committer | tron <tron> | 2000-07-31 16:59:51 +0000 |
commit | 5cfdbed842ba0d3c224cd6cb3634439d00c9dc5e (patch) | |
tree | bbaf643463c27336fa410f2b57c21b468b577d22 /devel | |
parent | 26c2de927125801e4ff1c7faba2eb0fb88f23f46 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | devel/cfitsio/Makefile | 4 |
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: |