diff options
author | steve <steve@FreeBSD.org> | 1999-10-10 23:51:49 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-10-10 23:51:49 +0000 |
commit | ac3748ca453c28d6988f432d0bc28bdce4d2b866 (patch) | |
tree | ea751aa145f8e9f1cd485d7f3fac9e506bc50248 /lang/forth | |
parent | 8a11567353970f4d610034f3c3a079a2879c5772 (diff) | |
download | FreeBSD-ports-ac3748ca453c28d6988f432d0bc28bdce4d2b866.zip FreeBSD-ports-ac3748ca453c28d6988f432d0bc28bdce4d2b866.tar.gz |
Update to version 0.9.14.
PR: 14020
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'lang/forth')
-rw-r--r-- | lang/forth/Makefile | 18 | ||||
-rw-r--r-- | lang/forth/distinfo | 2 | ||||
-rw-r--r-- | lang/forth/pkg-plist | 12 |
3 files changed, 17 insertions, 15 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile index e37917e..d6a2d31 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -1,23 +1,25 @@ # New ports collection makefile for: pfe -# Version required: 0.9.9 +# Version required: 0.9.14 # Date created: 23 November 1994 # Whom: mr # # $FreeBSD$ # -DISTNAME= pfe-0.9.9 +DISTNAME= pfe-0.9.14 CATEGORIES= lang -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/ +MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/ MAINTAINER= ports@FreeBSD.org +WRKSRC= ${WRKDIR}/${DISTNAME}/src MAN1= pfe.1 -WRKSRC= ${WRKDIR}/pfe099 -pre-install: - @${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1 +do-configure: + (cd ${WRKSRC}; ${SH} ./config.sh FreeBSD) + +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/pfe ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/../doc/pfe.1 ${PREFIX}/man/man1/pfe.1 .include <bsd.port.mk> diff --git a/lang/forth/distinfo b/lang/forth/distinfo index 7124e89..3c48fff 100644 --- a/lang/forth/distinfo +++ b/lang/forth/distinfo @@ -1 +1 @@ -MD5 (pfe-0.9.9.tar.gz) = 465f7c5628e4aa250e7310911867a372 +MD5 (pfe-0.9.14.tar.gz) = cda67e5547f69e8a7ae572475a95acfe diff --git a/lang/forth/pkg-plist b/lang/forth/pkg-plist index 7a2d2e2..3f57b9b 100644 --- a/lang/forth/pkg-plist +++ b/lang/forth/pkg-plist @@ -1,7 +1,7 @@ bin/pfe -lib/pfe/help/showhelp -lib/pfe/help/helpidx -lib/pfe/help/floating.hlp -lib/pfe/help/forth-83.hlp -lib/pfe/help/index -lib/pfe/help/misc.hlp +share/pfe/help/dpans.hlp +share/pfe/help/forth-83.hlp +share/pfe/help/helpidx +share/pfe/help/index +share/pfe/help/misc.hlp +share/pfe/help/showhelp |