diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /math/octave/Makefile | |
parent | Add $Id$. (diff) |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'math/octave/Makefile')
-rw-r--r-- | math/octave/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave/Makefile b/math/octave/Makefile index a904f5e6a350..6d67a9f3f78c 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Apr 1995 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.3 1996/03/06 08:20:13 asami Exp $ +# $Id: Makefile,v 1.4 1996/11/18 11:32:40 asami Exp $ # DISTNAME= octave-1.1.1 @@ -16,8 +16,8 @@ RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot HAS_CONFIGURE= yes USE_GMAKE= yes - PATCH_STRIP= -p1 MAKE_FLAGS= CFLAGS="-O2 -pipe -m486" CXXFLAGS="-O2 -pipe -m486" LDFLAGS="-s" -f +MAN1= octave.1 .include <bsd.port.mk> |