diff options
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 |