diff options
author | soren <soren> | 1999-09-28 20:40:02 +0000 |
---|---|---|
committer | soren <soren> | 1999-09-28 20:40:02 +0000 |
commit | 40ea3c688ced7dea30072411636647b961337934 (patch) | |
tree | caf0c93ddb7199d490b5b04a85436b259f5416ab /print | |
parent | 6096c5f5bf040387c7d8b6ffae122ccbfc669b95 (diff) | |
download | pkgsrc-40ea3c688ced7dea30072411636647b961337934.tar.gz |
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'print')
-rw-r--r-- | print/lgrind/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 4a8c0aa5078..bebae5bb1d0 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/09/08 18:55:59 jwise Exp $ +# $NetBSD: Makefile,v 1.6 1999/09/28 20:40:04 soren Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -30,4 +30,4 @@ pre-install: post-install: ${PREFIX}/bin/texconfig rehash -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" |