diff options
author | asami <asami@FreeBSD.org> | 1996-03-10 08:05:48 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-10 08:05:48 +0800 |
commit | da45ff1242b71358ccd053b50f099b0276266f84 (patch) | |
tree | 64ccdaf2eb15a9c734184ec24b904216988a5259 /math/oleo | |
parent | dbf505d8a2c793c3799b5dc218bc55fa3f1a7c33 (diff) | |
download | freebsd-ports-gnome-da45ff1242b71358ccd053b50f099b0276266f84.tar.gz freebsd-ports-gnome-da45ff1242b71358ccd053b50f099b0276266f84.tar.zst freebsd-ports-gnome-da45ff1242b71358ccd053b50f099b0276266f84.zip |
Delete unnecessary stuff.
Diffstat (limited to 'math/oleo')
-rw-r--r-- | math/oleo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 7323d8587dc5..491d7179ceea 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,13 +3,12 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.5 1995/04/22 11:30:15 asami Exp $ +# $Id: Makefile,v 1.6 1995/04/28 13:35:40 jkh Exp $ # DISTNAME= oleo-1.6 -CATEGORIES+= math applications +CATEGORIES+= math MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ -EXTRACT_SUFX= .tar.gz HAS_CONFIGURE=yes |