diff options
author | soren <soren@pkgsrc.org> | 1999-09-28 20:40:02 +0000 |
---|---|---|
committer | soren <soren@pkgsrc.org> | 1999-09-28 20:40:02 +0000 |
commit | 3a94a4cd4723411d1e2e57b708472728f7c7a83a (patch) | |
tree | caf0c93ddb7199d490b5b04a85436b259f5416ab /games/xmahjongg/Makefile | |
parent | 8f75573af6d281c18ce9c0f9ad5bfd8841b0709c (diff) | |
download | pkgsrc-3a94a4cd4723411d1e2e57b708472728f7c7a83a.tar.gz |
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'games/xmahjongg/Makefile')
-rw-r--r-- | games/xmahjongg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmahjongg/Makefile b/games/xmahjongg/Makefile index c1cdf22a012..69f94e80526 100644 --- a/games/xmahjongg/Makefile +++ b/games/xmahjongg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/02 22:31:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1999/09/28 20:40:03 soren Exp $ # FreeBSD Id: Makefile,v 1.3 1996/12/08 01:11:27 max Exp # @@ -22,4 +22,4 @@ post-extract: post-install: ${X11BASE}/bin/mkfontdir ${X11BASE}/lib/X11/fonts/misc -.include <../../mk/bsd.pkg.mk> +.include "../../mk/bsd.pkg.mk" |