diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-18 19:52:17 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-04-18 19:52:17 +0000 |
commit | 452cd3aa7e9e04aaf47963d078adb5539915188f (patch) | |
tree | 2cc0dd779cd6d860afcd84278a1bd319541d6dd7 | |
parent | 8b7c1f4b6a300758e892bf38377c7d419dab0fe9 (diff) | |
download | pkgsrc-452cd3aa7e9e04aaf47963d078adb5539915188f.tar.gz |
fix quotes for including bsd.pkg.mk
-rw-r--r-- | math/octave-current/Makefile | 4 |
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" |