diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-15 05:44:50 +0000 |
commit | e9ccf3caedcbc7842d96d1e2d62b485d2b779d82 (patch) | |
tree | e794a0f1258ff3a3fb78f77c1b40c19f5113e45d /lang/Sather | |
parent | 5f46dae90f233bedde12384f31eb10cd1e7496c5 (diff) | |
download | ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.tar.gz ports-e9ccf3caedcbc7842d96d1e2d62b485d2b779d82.zip |
Notes
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 8573edaf1dc7..5f73a1f772b7 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 |