diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-16 23:55:38 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-08-16 23:55:38 +0000 |
commit | a8412be56d99522396e55455bfc55326f1924727 (patch) | |
tree | 61abc47536ae7e789f4edc00856ce8a362417b2e /lang/logo | |
parent | b8e2f8fda37780a3fd3a7fa63987cb4c5ec649ac (diff) | |
download | ports-a8412be56d99522396e55455bfc55326f1924727.tar.gz ports-a8412be56d99522396e55455bfc55326f1924727.zip |
Notes
Diffstat (limited to 'lang/logo')
-rw-r--r-- | lang/logo/Makefile | 9 |
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> |