diff options
author | gpalmer <gpalmer@FreeBSD.org> | 1995-02-07 11:07:02 +0800 |
---|---|---|
committer | gpalmer <gpalmer@FreeBSD.org> | 1995-02-07 11:07:02 +0800 |
commit | 5414fb7213317422439beda1526ae34f33d428ca (patch) | |
tree | 24b40afb76c0a06b5d57ae958034a78280b0c404 /lang/logo/Makefile | |
parent | b7277f49860ee3fd6fe7c8768b543383985b95a9 (diff) | |
download | freebsd-ports-graphics-5414fb7213317422439beda1526ae34f33d428ca.tar.gz freebsd-ports-graphics-5414fb7213317422439beda1526ae34f33d428ca.tar.zst freebsd-ports-graphics-5414fb7213317422439beda1526ae34f33d428ca.zip |
Upgrade to work with current distfile
Diffstat (limited to 'lang/logo/Makefile')
-rw-r--r-- | lang/logo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile index c80d458fac9..82be2b5a10d 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> |