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/forth | |
parent | 3082b65401d86adab3138444cabed9ab721b1e5d (diff) | |
download | freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.gz freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.tar.zst freebsd-ports-gnome-807fa599b4f056e35089155a4dbe222355e7fc8f.zip |
Update of lang Makefiles....
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index 2069517e914e..03e4998cb75e 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -1,9 +1,18 @@ +# New ports collection makefile for: pfe +# Version required: 0.9.9 +# Date created: 23 November 1994 +# Whom: mr +# +# $Id$ +# + #This is pfe Version 0.9.9 #By mr DISTNAME= pfe099 +PKGNAME= pfe-0.9.9 DISTFILES= pfe-0.9.9.tar.gz -MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ CATEGORIES+= languages +MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/ pre-install: @mkdir -p ${PREFIX}/bin |