aboutsummaryrefslogtreecommitdiff
path: root/lang/forth
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-12 02:19:40 +0000
commitd23a79568090d280bf3beb199bb97f0572234984 (patch)
tree8af4f4b16bdda8a7b54ff123a7cfe5fcc38c203c /lang/forth
parentb72f3823ec582474b4ab98fe3c46fecea0d4ddab (diff)
downloadports-d23a79568090d280bf3beb199bb97f0572234984.tar.gz
ports-d23a79568090d280bf3beb199bb97f0572234984.zip
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
Notes
Notes: svn path=/head/; revision=4416
Diffstat (limited to 'lang/forth')
-rw-r--r--lang/forth/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile
index 3c462a192814..0e77c3e103b1 100644
--- a/lang/forth/Makefile
+++ b/lang/forth/Makefile
@@ -3,19 +3,17 @@
# Date created: 23 November 1994
# Whom: mr
#
-# $Id: Makefile,v 1.6 1995/04/24 11:29:06 asami Exp $
+# $Id: Makefile,v 1.7 1995/11/22 13:12:39 asami Exp $
#
-#This is pfe Version 0.9.9
-#By mr
DISTNAME= pfe099
PKGNAME= pfe-0.9.9
-DISTFILES= pfe-0.9.9.tar.gz
-CATEGORIES+= lang
+CATEGORIES= lang
MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/
+DISTFILES= pfe-0.9.9.tar.gz
pre-install:
- @cp ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1
+ @${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1
@gzip -9nf ${PREFIX}/man/man1/pfe.1
.include <bsd.port.mk>