summaryrefslogtreecommitdiff
path: root/lang/logo/Makefile
diff options
context:
space:
mode:
authorGary Palmer <gpalmer@FreeBSD.org>1995-02-07 03:07:02 +0000
committerGary Palmer <gpalmer@FreeBSD.org>1995-02-07 03:07:02 +0000
commit2e23ead7f5fbdddc3b6f2147c6c602dac22257bc (patch)
tree66f9aa53b122692cf8918840c7c9890bb63beb1f /lang/logo/Makefile
parentTest if we can use sed. A version >19950206 is required. (diff)
Upgrade to work with current distfile
Notes
Notes: svn path=/head/; revision=905
Diffstat (limited to 'lang/logo/Makefile')
-rw-r--r--lang/logo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index c80d458fac9a..82be2b5a10de 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -3,12 +3,14 @@
# Date created: 22 October 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.5 1994/10/06 01:33:06 jkh Exp $
+# $Id: Makefile,v 1.1.1.1 1994/10/22 23:05:48 jkh Exp $
#
DISTNAME= ucblogo
EXTRACT_SUFX= .tar.Z
MASTER_SITES= ftp://anarres.cs.berkeley.edu/pub/ucblogo/
MAKEFILE= makefile
+WRKSRC= ${WRKDIR}
+HAS_CONFIGURE= yes
.include <bsd.port.mk>