diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-11 02:39:02 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-11 02:39:02 +0000 |
commit | 24c42dc28b3acc7b168380c197e8ae4371e226df (patch) | |
tree | e2b5f0de45eab63ef34779b9003e2d4a6adb7fa6 /lang/forth/Makefile | |
parent | 838073c384ae32f25e276d9c135f07f13809fc64 (diff) | |
download | ports-24c42dc28b3acc7b168380c197e8ae4371e226df.tar.gz ports-24c42dc28b3acc7b168380c197e8ae4371e226df.zip |
Notes
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 5168dbd8d5b1..fa3b610b43cc 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> - |