diff options
author | tron <tron@pkgsrc.org> | 1998-11-26 00:51:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-11-26 00:51:10 +0000 |
commit | f4f37daf361847d2ffa78b54cd445cb7addf25f8 (patch) | |
tree | 09590edaf6721746f54d1e90a1a119d5612797dd /math | |
parent | 1c4da2d8c074868ce5692089ee7d1ae1138be3bf (diff) | |
download | pkgsrc-f4f37daf361847d2ffa78b54cd445cb7addf25f8.tar.gz |
Remove debugging statement.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index 6aba7480fb9..57473cb4abb 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/11/26 00:48:51 tron Exp $ +# $NetBSD: Makefile,v 1.5 1998/11/26 00:51:10 tron Exp $ # FreeBSD Id: Makefile,v 1.18 1998/09/27 20:10:45 steve Exp DISTNAME= octave-2.0.13 @@ -34,7 +34,6 @@ IGNORE= "cannot be built with egcs yet" .endif post-extract: - echo ${GCC_VERSION:C/-.*$$//} ${MKDIR} ${WRKDIR}/include ${LN} -s ${PREFIX}/include/ncurses.h ${WRKDIR}/include @@ -51,4 +50,3 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/faq/Octave-FAQ.ps ${PREFIX}/share/octave/2.0.13/doc .include <../../mk/bsd.pkg.mk> - |