diff options
author | asami <asami@FreeBSD.org> | 1998-02-16 19:59:34 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-02-16 19:59:34 +0800 |
commit | 71ca684150020811b87e6a8c1ea1e63b7c9986f2 (patch) | |
tree | d04ead83b89896a6c73c14bb67c6655fb5068d12 /math | |
parent | 15e3b79fd65b411ebc502e415026a0e6f8ed2a79 (diff) | |
download | freebsd-ports-gnome-71ca684150020811b87e6a8c1ea1e63b7c9986f2.tar.gz freebsd-ports-gnome-71ca684150020811b87e6a8c1ea1e63b7c9986f2.tar.zst freebsd-ports-gnome-71ca684150020811b87e6a8c1ea1e63b7c9986f2.zip |
Define MANUAL_PACKAGE_BUILD, it installs an old libreadline shared
lib. This is not good, but this port is so large Chuck doesn't have
the time to fix it properly.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-devel/Makefile | 4 | ||||
-rw-r--r-- | math/octave/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/math/octave-devel/Makefile b/math/octave-devel/Makefile index af0ede771af0..6eaccdfb5779 100644 --- a/math/octave-devel/Makefile +++ b/math/octave-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1997 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.10 1997/08/13 17:10:48 chuckr Exp $ +# $Id: Makefile,v 1.11 1997/10/15 23:20:44 max Exp $ # DISTNAME= octave-2.0.9 @@ -14,6 +14,8 @@ MAINTAINER= chuckr@FreeBSD.ORG RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +MANUAL_PACKAGE_BUILD= "installs libreadline shared library" + HAS_CONFIGURE= yes CONFIGURE_ENV= ${SETENV} "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_SCRIPT)" CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-info --enable-shared --host=i386-unknown-freebsd diff --git a/math/octave/Makefile b/math/octave/Makefile index af0ede771af0..6eaccdfb5779 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ # Date created: 28 June 1997 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.10 1997/08/13 17:10:48 chuckr Exp $ +# $Id: Makefile,v 1.11 1997/10/15 23:20:44 max Exp $ # DISTNAME= octave-2.0.9 @@ -14,6 +14,8 @@ MAINTAINER= chuckr@FreeBSD.ORG RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot +MANUAL_PACKAGE_BUILD= "installs libreadline shared library" + HAS_CONFIGURE= yes CONFIGURE_ENV= ${SETENV} "INSTALL_DATA=$(INSTALL_DATA)" "INSTALL_PROGRAM=$(INSTALL_SCRIPT)" CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-f2c --enable-info --enable-shared --host=i386-unknown-freebsd |