summaryrefslogtreecommitdiff
path: root/net/archie
diff options
context:
space:
mode:
authorsoren <soren>1999-09-28 20:40:02 +0000
committersoren <soren>1999-09-28 20:40:02 +0000
commit22ba1bf3ed30b3458f0a1fab6e38aa4a8fd36022 (patch)
treecaf0c93ddb7199d490b5b04a85436b259f5416ab /net/archie
parent93286253532fdf78f7920c7c20843984225721d6 (diff)
downloadpkgsrc-22ba1bf3ed30b3458f0a1fab6e38aa4a8fd36022.tar.gz
Use a relative path for bsd.pkg.mk instead of relying on the search path.
Diffstat (limited to 'net/archie')
-rw-r--r--net/archie/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/archie/Makefile b/net/archie/Makefile
index f6f5ade6faa..681f6e2cc68 100644
--- a/net/archie/Makefile
+++ b/net/archie/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/07/08 00:38:25 tron Exp $
+# $NetBSD: Makefile,v 1.6 1999/09/28 20:40:04 soren Exp $
# FreeBSD Id: Makefile,v 1.7 1997/07/21 00:04:13 fenner Exp
#
@@ -13,4 +13,4 @@ HOMEPAGE= http://www.bunyip.com/products/archie/
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"