aboutsummaryrefslogtreecommitdiffstats
path: root/lang/logo
diff options
context:
space:
mode:
authorjmacd <jmacd@FreeBSD.org>1995-04-16 06:48:25 +0800
committerjmacd <jmacd@FreeBSD.org>1995-04-16 06:48:25 +0800
commit72af6b18736f89e91f72bbc34658306efee64a7d (patch)
tree4dcc9006a49a48ba9ffa91ddb5bc727e76f3fa22 /lang/logo
parent0db8546200827597e74a9999456d5728f29cab9e (diff)
downloadfreebsd-ports-gnome-72af6b18736f89e91f72bbc34658306efee64a7d.tar.gz
freebsd-ports-gnome-72af6b18736f89e91f72bbc34658306efee64a7d.tar.zst
freebsd-ports-gnome-72af6b18736f89e91f72bbc34658306efee64a7d.zip
Reason I started changing this makefile was because I noticed asami
got the version number wrong which was because Jordan got the version number wrong, it had 7.3 instead of 3.1, kind of far off (can anyone say Tcl?) anyways, I also noticed that it didn't even work to begin with because there was a) no install target b) it ignored ${PREFIX} so I fixed it up and added myself as MAINTAINER, unless anyone minds, I didn't do this originally, but I see bh (the implementor) three tines a week so I can probably deal with problems pretty well.
Diffstat (limited to 'lang/logo')
-rw-r--r--lang/logo/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index 1eb872917f14..d5abac67c4be 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: logo
-# Version required: 7.3
+# Version required: 3.1
# Date created: 22 October 1994
# Whom: jkh
#
@@ -7,12 +7,13 @@
#
DISTNAME= ucblogo
-PKGNAME= ucblogo-7.3
-CATEGORIES+= languages
-MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
+CATEGORIES+= languages
+MAINTAINER= jmacd@FreeBSD.ORG
MAKEFILE= makefile
+MAKE_FLAGS+= "LIBLOC = ${PREFIX}/lib/logo"
WRKSRC= ${WRKDIR}
HAS_CONFIGURE= yes