diff options
author | tron <tron@pkgsrc.org> | 2000-07-31 16:59:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-31 16:59:51 +0000 |
commit | 5559930951fc44850854f512a3c1335f04f5e6bf (patch) | |
tree | bbaf643463c27336fa410f2b57c21b468b577d22 /devel | |
parent | 7547faf9d006465b4c3bc338cc7c6799f4d4f5a2 (diff) | |
download | pkgsrc-5559930951fc44850854f512a3c1335f04f5e6bf.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: |