summaryrefslogtreecommitdiff
path: root/net/xarchie
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>1999-09-28 20:40:02 +0000
committersoren <soren@pkgsrc.org>1999-09-28 20:40:02 +0000
commit3a94a4cd4723411d1e2e57b708472728f7c7a83a (patch)
treecaf0c93ddb7199d490b5b04a85436b259f5416ab /net/xarchie
parent8f75573af6d281c18ce9c0f9ad5bfd8841b0709c (diff)
downloadpkgsrc-3a94a4cd4723411d1e2e57b708472728f7c7a83a.tar.gz
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'net/xarchie')
-rw-r--r--net/xarchie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/xarchie/Makefile b/net/xarchie/Makefile
index c147aedd16f..fb6814a8bd7 100644
--- a/net/xarchie/Makefile
+++ b/net/xarchie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/04/15 20:39:46 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/09/28 20:40:04 soren Exp $
# FreeBSD Id: Makefile,v 1.12 1996/12/01 01:23:22 obrien Exp
#
@@ -10,4 +10,4 @@ MAINTAINER= packages@netbsd.org
USE_IMAKE= yes
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"