summaryrefslogtreecommitdiff
path: root/lang/logo
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-08-16 23:55:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-08-16 23:55:38 +0000
commita8412be56d99522396e55455bfc55326f1924727 (patch)
tree61abc47536ae7e789f4edc00856ce8a362417b2e /lang/logo
parentTake out the APOP option from the default config (even though it (diff)
Upgrade to version 3.3
Notes
Notes: svn path=/head/; revision=2066
Diffstat (limited to 'lang/logo')
-rw-r--r--lang/logo/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index 6f0edcb0a2b0..ccfae41a0834 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -3,20 +3,17 @@
# Date created: 22 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.6 1995/04/15 22:55:30 jmacd Exp $
+# $Id: Makefile,v 1.7 1995/05/16 05:02:02 asami Exp $
#
-DISTNAME= ucblogo
-PKGNAME= ucblogo-3.1
+DISTNAME= ucblogo-3.3
CATEGORIES+= languages
-MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://gatekeeper.dec.com/pub/GNU/
MAINTAINER= jmacd@FreeBSD.ORG
MAKEFILE= makefile
MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
-WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes
.include <bsd.port.mk>