summaryrefslogtreecommitdiff
path: root/lang/forth
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-06-16 11:55:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-06-16 11:55:54 +0000
commit5f2933e1525183f631072f3e65ec6c2c48452c44 (patch)
tree83c95a4193fa37e39a6325e019c3b27806a15eed /lang/forth
parentMove PKGNAME up and define it using ${DOCFORMAT} instead of replicating (diff)
Careful here. There lurk some dragons around DISTNAME and WRKSRC.
Notes
Notes: svn path=/head/; revision=11449
Diffstat (limited to 'lang/forth')
-rw-r--r--lang/forth/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile
index fa3b610b43cc..00f8d1a5b693 100644
--- a/lang/forth/Makefile
+++ b/lang/forth/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 November 1994
# Whom: mr
#
-# $Id: Makefile,v 1.9 1996/11/17 06:12:33 obrien Exp $
+# $Id: Makefile,v 1.10 1998/06/11 02:39:02 mph Exp $
#
DISTNAME= pfe-0.9.9
@@ -15,6 +15,7 @@ MASTER_SITES= ftp://sunsite.unc.edu/pub/multimedia/.languages/forth/ \
MAINTAINER= ports@FreeBSD.org
MAN1= pfe.1
+WRKSRC= ${WRKDIR}/pfe099
pre-install:
@${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1