diff options
author | soren <soren> | 1999-11-22 21:27:44 +0000 |
---|---|---|
committer | soren <soren> | 1999-11-22 21:27:44 +0000 |
commit | e378515a7cab29a2405e8cd6639f706e027a1215 (patch) | |
tree | dc3fff15169541684d7afa65fa5ff9e254dfa75f | |
parent | 68e460107a16457fe4639a567b68e5520ef0ebb5 (diff) | |
download | pkgsrc-e378515a7cab29a2405e8cd6639f706e027a1215.tar.gz |
Do not assume . is in the $PATH.
-rw-r--r-- | misc/staroffice/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/staroffice/Makefile b/misc/staroffice/Makefile index 5c28e93c645..e1cccf96520 100644 --- a/misc/staroffice/Makefile +++ b/misc/staroffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 1999/11/22 21:23:48 rh Exp $ +# $NetBSD: Makefile,v 1.2 1999/11/22 21:27:44 soren Exp $ # DISTNAME= so51a_lnx_${LANGNO} @@ -83,7 +83,7 @@ do-fetch: DISTFILE=${DISTNAME}${EXTRACT_SUFX} \ INTERACTIVE=${FETCH_INTERACTIVE} \ HOMEPAGE=${HOMEPAGE} SITE=${DOWNLOAD_SITE} \ - automate.sh ; \ + ./automate.sh ; \ fi do-configure: |