diff options
author | asami <asami@FreeBSD.org> | 1995-04-15 13:44:50 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-15 13:44:50 +0800 |
commit | 807fa599b4f056e35089155a4dbe222355e7fc8f (patch) | |
tree | 19f19766d07f4db351e45baf826baa8dc5721ae3 /lang/Sather | |
parent | 3082b65401d86adab3138444cabed9ab721b1e5d (diff) | |
download | freebsd-ports-graphics-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.gz freebsd-ports-graphics-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.zst freebsd-ports-graphics-807fa599b4f056e35089155a4dbe222355e7fc8f.zip |
Update of lang Makefiles....
Diffstat (limited to 'lang/Sather')
-rw-r--r-- | lang/Sather/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile index 8573edaf1dc..5f73a1f772b 100644 --- a/lang/Sather/Makefile +++ b/lang/Sather/Makefile @@ -3,12 +3,13 @@ # Date created: Mon Oct 31 22:04:12 PST 1994 # Whom: hsu # -# $Id: Makefile,v 1.5 1995/03/05 08:20:43 hsu Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:46:40 jkh Exp $ # DISTNAME= Sather-1.0.5 -MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ CATEGORIES+= languages +MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/ + WRKSRC= ${WRKDIR}/Sather ALL_TARGET= testall |