diff options
-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" |