diff options
Diffstat (limited to 'lang/forth/Makefile')
-rw-r--r-- | lang/forth/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 5168dbd..fa3b610 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -3,14 +3,14 @@ # Date created: 23 November 1994 # Whom: mr # -# $Id: Makefile,v 1.8 1996/11/12 02:18:09 obrien Exp $ +# $Id: Makefile,v 1.9 1996/11/17 06:12:33 obrien Exp $ # -DISTNAME= pfe099 -PKGNAME= pfe-0.9.9 +DISTNAME= pfe-0.9.9 CATEGORIES= lang -MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ -DISTFILES= pfe-0.9.9.tar.gz +MASTER_SITES= ftp://sunsite.unc.edu/pub/multimedia/.languages/forth/ \ + ftp://ftp.lysator.liu.se/pub/languages/forth/ \ + ftp://ftp.uni-potsdam.de/pub/lang/forth/ MAINTAINER= ports@FreeBSD.org @@ -20,4 +20,3 @@ pre-install: @${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1 .include <bsd.port.mk> - |