diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-16 11:55:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-16 11:55:54 +0000 |
commit | 5f2933e1525183f631072f3e65ec6c2c48452c44 (patch) | |
tree | 83c95a4193fa37e39a6325e019c3b27806a15eed /lang/forth | |
parent | 26aa88aecbe535d108be21c45544d07a84efe6a1 (diff) | |
download | ports-5f2933e1525183f631072f3e65ec6c2c48452c44.tar.gz ports-5f2933e1525183f631072f3e65ec6c2c48452c44.zip |
Notes
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 3 |
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 |