summaryrefslogtreecommitdiff
path: root/math/octave-current
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2001-04-18 19:52:17 +0000
committerdmcmahill <dmcmahill>2001-04-18 19:52:17 +0000
commit07893e922bb9e9cb011d33b47ce47d6a235c4117 (patch)
tree2cc0dd779cd6d860afcd84278a1bd319541d6dd7 /math/octave-current
parentc46a468f1f6ed7623461e0aebad7094419b71d53 (diff)
downloadpkgsrc-07893e922bb9e9cb011d33b47ce47d6a235c4117.tar.gz
fix quotes for including bsd.pkg.mk
Diffstat (limited to 'math/octave-current')
-rw-r--r--math/octave-current/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-current/Makefile b/math/octave-current/Makefile
index 733763710df..88e099e42b9 100644
--- a/math/octave-current/Makefile
+++ b/math/octave-current/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/04/02 18:43:15 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2001/04/18 19:52:17 dmcmahill Exp $
DISTNAME= octave-2.1.33
CATEGORIES= math
@@ -51,4 +51,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/$f ${PREFIX}/share/doc/html/octave
.endfor
-.include <../../mk/bsd.pkg.mk>
+.include "../../mk/bsd.pkg.mk"