mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Update to version 0.32.94
PR: ports/70118 Submitted by: Ports Fury
This commit is contained in:
parent
5b4b427b46
commit
e087888591
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115571
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pfe
|
||||
PORTVERSION= 0.32.91
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.32.94
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,10 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Implementation of ANSI Forth
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= #
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GNOME= gnometarget lthack
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= mandir=/usr/local/man
|
||||
USE_LIBTOOL_VER= 13
|
||||
LIBTOOLFILES= pfe/configure
|
||||
LIBTOOLFLAGS= # none
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
||||
|
||||
MAN1= pfe.1 pfe-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pfe-0.32.91.tar.gz) = 8692440b7ae932c2551958b0e8be180c
|
||||
SIZE (pfe-0.32.91.tar.gz) = 1044189
|
||||
MD5 (pfe-0.32.94.tar.gz) = bdc666bf88d2aa407e35611af893a55c
|
||||
SIZE (pfe-0.32.94.tar.gz) = 1426995
|
||||
|
15
lang/pfe-devel/files/patch-pfe::configure
Normal file
15
lang/pfe-devel/files/patch-pfe::configure
Normal file
@ -0,0 +1,15 @@
|
||||
--- pfe/configure.orig Tue Mar 4 07:04:06 2003
|
||||
+++ pfe/configure Sat Aug 7 18:44:13 2004
|
||||
@@ -11693,10 +11693,10 @@
|
||||
GCC_WARN="" ; OPTIM="" ; DEBUG=""
|
||||
echo "$as_me:11694: checking optimize level \"$WITHVAL_OPT\" is..." >&5
|
||||
echo $ECHO_N "checking optimize level \"$WITHVAL_OPT\" is...... $ECHO_C" >&6
|
||||
-CFLAGS=`echo " $CFLAGS " | sed -e 's/ -O[0-9]* / /'`
|
||||
+CFLAGS=`echo " $CFLAGS "`
|
||||
opt_level="$WITHVAL_OPT"
|
||||
if test "$GCC" = "yes" ; then
|
||||
- OPTIM="-O$opt_level"
|
||||
+ OPTIM=""
|
||||
if test "$with_sbr_call_threading" != "yes" ; then
|
||||
|
||||
cat >>confdefs.h <<\EOF
|
@ -1,5 +1,5 @@
|
||||
include/pfe-config.h
|
||||
include/pfe-target.h
|
||||
bin/pfe
|
||||
bin/pfe-config
|
||||
include/pfe/block-ext.h
|
||||
include/pfe/block-mix.h
|
||||
include/pfe/block-sub.h
|
||||
@ -40,6 +40,7 @@ include/pfe/floating-ext.h
|
||||
include/pfe/floating-mix.h
|
||||
include/pfe/forth-83-ext.h
|
||||
include/pfe/forth-usual-ext.h
|
||||
include/pfe/fpnostack-ext.h
|
||||
include/pfe/gforth-ext.h
|
||||
include/pfe/header-ext.h
|
||||
include/pfe/header-sub.h
|
||||
@ -74,97 +75,89 @@ include/pfe/useful-ext.h
|
||||
include/pfe/utils-sub.h
|
||||
include/pfe/version-sub.h
|
||||
include/pfe/your-ext.h
|
||||
@dirrm include/pfe
|
||||
share/pfe/lib/arrays.4th
|
||||
share/pfe/lib/defer-is.4th
|
||||
share/pfe/lib/doermake.4th
|
||||
share/pfe/lib/library.4th
|
||||
share/pfe/lib/loading.4th
|
||||
share/pfe/lib/pardot.4th
|
||||
share/pfe/lib/sh-libs.4th
|
||||
share/pfe/lib/struct.4th
|
||||
@dirrm share/pfe/lib
|
||||
share/pfe/test/answords.fs
|
||||
share/pfe/test/arith.4th
|
||||
share/pfe/test/bubble.fs
|
||||
share/pfe/test/checkans.4th
|
||||
share/pfe/test/checkans.fs
|
||||
share/pfe/test/compare.4th
|
||||
share/pfe/test/compspeed.fs
|
||||
share/pfe/test/coretest.4th
|
||||
share/pfe/test/coretest.fs
|
||||
share/pfe/test/dbltest.4th
|
||||
share/pfe/test/dbltest.fs
|
||||
share/pfe/test/defs.4th
|
||||
share/pfe/test/environ.4th
|
||||
share/pfe/test/exceptn.4th
|
||||
share/pfe/test/fib.fs
|
||||
share/pfe/test/file.4th
|
||||
share/pfe/test/float.4th
|
||||
share/pfe/test/hashvocdistri.fs
|
||||
share/pfe/test/intactv.4th
|
||||
share/pfe/test/locals-ext.4th
|
||||
share/pfe/test/loop-test.4th
|
||||
share/pfe/test/matrix.fs
|
||||
share/pfe/test/mini-oof.fs
|
||||
share/pfe/test/moof-exm.fs
|
||||
share/pfe/test/moofglos.fs
|
||||
share/pfe/test/postpone.4th
|
||||
share/pfe/test/postpone.fs
|
||||
share/pfe/test/search-order.4th
|
||||
share/pfe/test/search-order.fs
|
||||
share/pfe/test/siev.fs
|
||||
share/pfe/test/sieve.fs
|
||||
share/pfe/test/sievem.fs
|
||||
share/pfe/test/sokoban.4th
|
||||
share/pfe/test/sokoban.fs
|
||||
share/pfe/test/speedwhile.fs
|
||||
share/pfe/test/stack.4th
|
||||
share/pfe/test/string.4th
|
||||
share/pfe/test/suite.4th
|
||||
share/pfe/test/tester.fs
|
||||
share/pfe/test/trydstrings.fs
|
||||
share/pfe/test/tt.4th
|
||||
share/pfe/test/tt.fs
|
||||
share/pfe/test/wordsets.4th
|
||||
share/pfe/test/wordsets.fs
|
||||
@dirrm share/pfe/test
|
||||
@dirrm share/pfe
|
||||
lib/pfe/dstrings.a
|
||||
lib/pfe/dstrings.la
|
||||
lib/pfe/dstrings.so
|
||||
lib/pfe/edit.a
|
||||
lib/pfe/edit.la
|
||||
lib/pfe/edit.so
|
||||
lib/pfe/floating.a
|
||||
lib/pfe/floating.la
|
||||
lib/pfe/floating.so
|
||||
lib/pfe/gforth.a
|
||||
lib/pfe/gforth.la
|
||||
lib/pfe/gforth.so
|
||||
lib/pfe/help.a
|
||||
lib/pfe/help.la
|
||||
lib/pfe/help.so
|
||||
lib/pfe/module.a
|
||||
lib/pfe/module.la
|
||||
lib/pfe/module.so
|
||||
lib/pfe/smart-go.a
|
||||
lib/pfe/smart-go.la
|
||||
lib/pfe/smart-go.so
|
||||
lib/pfe/struct.a
|
||||
lib/pfe/struct.la
|
||||
lib/pfe/struct.so
|
||||
lib/pfe/toolbelt.a
|
||||
lib/pfe/toolbelt.la
|
||||
lib/pfe/toolbelt.so
|
||||
lib/pfe/zchar.a
|
||||
lib/pfe/zchar.la
|
||||
lib/pfe/zchar.so
|
||||
lib/libpfe-0.so
|
||||
include/pfe-config.h
|
||||
include/pfe-target.h
|
||||
lib/libpfe-0.so.32
|
||||
@dirrm lib/pfe
|
||||
lib/libpfe.a
|
||||
lib/libpfe.la
|
||||
lib/libpfe.so
|
||||
bin/pfe
|
||||
bin/pfe-config
|
||||
lib/pfe/dstrings.la
|
||||
lib/pfe/dstrings.so
|
||||
lib/pfe/edit.la
|
||||
lib/pfe/edit.so
|
||||
lib/pfe/floating.la
|
||||
lib/pfe/floating.so
|
||||
lib/pfe/fpnostack.la
|
||||
lib/pfe/fpnostack.so
|
||||
lib/pfe/gforth.la
|
||||
lib/pfe/gforth.so
|
||||
lib/pfe/help.la
|
||||
lib/pfe/help.so
|
||||
lib/pfe/module.la
|
||||
lib/pfe/module.so
|
||||
lib/pfe/smart-go.la
|
||||
lib/pfe/smart-go.so
|
||||
lib/pfe/struct.la
|
||||
lib/pfe/struct.so
|
||||
lib/pfe/toolbelt.la
|
||||
lib/pfe/toolbelt.so
|
||||
lib/pfe/zchar.la
|
||||
lib/pfe/zchar.so
|
||||
%%DATADIR%%/lib/arrays.4th
|
||||
%%DATADIR%%/lib/defer-is.4th
|
||||
%%DATADIR%%/lib/doermake.4th
|
||||
%%DATADIR%%/lib/library.4th
|
||||
%%DATADIR%%/lib/loading.4th
|
||||
%%DATADIR%%/lib/pardot.4th
|
||||
%%DATADIR%%/lib/sh-libs.4th
|
||||
%%DATADIR%%/lib/struct.4th
|
||||
%%DATADIR%%/test/answords.fs
|
||||
%%DATADIR%%/test/arith.4th
|
||||
%%DATADIR%%/test/bubble.fs
|
||||
%%DATADIR%%/test/checkans.4th
|
||||
%%DATADIR%%/test/checkans.fs
|
||||
%%DATADIR%%/test/compare.4th
|
||||
%%DATADIR%%/test/compspeed.fs
|
||||
%%DATADIR%%/test/coretest.4th
|
||||
%%DATADIR%%/test/coretest.fs
|
||||
%%DATADIR%%/test/dbltest.4th
|
||||
%%DATADIR%%/test/dbltest.fs
|
||||
%%DATADIR%%/test/defs.4th
|
||||
%%DATADIR%%/test/environ.4th
|
||||
%%DATADIR%%/test/exceptn.4th
|
||||
%%DATADIR%%/test/fib.fs
|
||||
%%DATADIR%%/test/file.4th
|
||||
%%DATADIR%%/test/float.4th
|
||||
%%DATADIR%%/test/fpnostack.4th
|
||||
%%DATADIR%%/test/hashvocdistri.fs
|
||||
%%DATADIR%%/test/intactv.4th
|
||||
%%DATADIR%%/test/locals-ext.4th
|
||||
%%DATADIR%%/test/loop-test.4th
|
||||
%%DATADIR%%/test/matrix.fs
|
||||
%%DATADIR%%/test/mini-oof.fs
|
||||
%%DATADIR%%/test/moof-exm.fs
|
||||
%%DATADIR%%/test/moofglos.fs
|
||||
%%DATADIR%%/test/postpone.4th
|
||||
%%DATADIR%%/test/postpone.fs
|
||||
%%DATADIR%%/test/search-order.4th
|
||||
%%DATADIR%%/test/search-order.fs
|
||||
%%DATADIR%%/test/siev.fs
|
||||
%%DATADIR%%/test/sieve.fs
|
||||
%%DATADIR%%/test/sievem.fs
|
||||
%%DATADIR%%/test/sokoban.4th
|
||||
%%DATADIR%%/test/sokoban.fs
|
||||
%%DATADIR%%/test/speedwhile.fs
|
||||
%%DATADIR%%/test/stack.4th
|
||||
%%DATADIR%%/test/string.4th
|
||||
%%DATADIR%%/test/suite.4th
|
||||
%%DATADIR%%/test/tester.fs
|
||||
%%DATADIR%%/test/trydstrings.fs
|
||||
%%DATADIR%%/test/tt.4th
|
||||
%%DATADIR%%/test/tt.fs
|
||||
%%DATADIR%%/test/wordsets.4th
|
||||
%%DATADIR%%/test/wordsets.fs
|
||||
@dirrm %%DATADIR%%/test
|
||||
@dirrm %%DATADIR%%/lib
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/pfe
|
||||
@dirrm include/pfe
|
||||
|
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= pfe
|
||||
PORTVERSION= 0.32.91
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.32.94
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
@ -15,10 +14,14 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Implementation of ANSI Forth
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= #
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_GNOME= gnometarget lthack
|
||||
USE_GMAKE= yes
|
||||
MAKE_ARGS= mandir=/usr/local/man
|
||||
USE_LIBTOOL_VER= 13
|
||||
LIBTOOLFILES= pfe/configure
|
||||
LIBTOOLFLAGS= # none
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
||||
|
||||
MAN1= pfe.1 pfe-config.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (pfe-0.32.91.tar.gz) = 8692440b7ae932c2551958b0e8be180c
|
||||
SIZE (pfe-0.32.91.tar.gz) = 1044189
|
||||
MD5 (pfe-0.32.94.tar.gz) = bdc666bf88d2aa407e35611af893a55c
|
||||
SIZE (pfe-0.32.94.tar.gz) = 1426995
|
||||
|
15
lang/pfe/files/patch-pfe::configure
Normal file
15
lang/pfe/files/patch-pfe::configure
Normal file
@ -0,0 +1,15 @@
|
||||
--- pfe/configure.orig Tue Mar 4 07:04:06 2003
|
||||
+++ pfe/configure Sat Aug 7 18:44:13 2004
|
||||
@@ -11693,10 +11693,10 @@
|
||||
GCC_WARN="" ; OPTIM="" ; DEBUG=""
|
||||
echo "$as_me:11694: checking optimize level \"$WITHVAL_OPT\" is..." >&5
|
||||
echo $ECHO_N "checking optimize level \"$WITHVAL_OPT\" is...... $ECHO_C" >&6
|
||||
-CFLAGS=`echo " $CFLAGS " | sed -e 's/ -O[0-9]* / /'`
|
||||
+CFLAGS=`echo " $CFLAGS "`
|
||||
opt_level="$WITHVAL_OPT"
|
||||
if test "$GCC" = "yes" ; then
|
||||
- OPTIM="-O$opt_level"
|
||||
+ OPTIM=""
|
||||
if test "$with_sbr_call_threading" != "yes" ; then
|
||||
|
||||
cat >>confdefs.h <<\EOF
|
@ -1,5 +1,5 @@
|
||||
include/pfe-config.h
|
||||
include/pfe-target.h
|
||||
bin/pfe
|
||||
bin/pfe-config
|
||||
include/pfe/block-ext.h
|
||||
include/pfe/block-mix.h
|
||||
include/pfe/block-sub.h
|
||||
@ -40,6 +40,7 @@ include/pfe/floating-ext.h
|
||||
include/pfe/floating-mix.h
|
||||
include/pfe/forth-83-ext.h
|
||||
include/pfe/forth-usual-ext.h
|
||||
include/pfe/fpnostack-ext.h
|
||||
include/pfe/gforth-ext.h
|
||||
include/pfe/header-ext.h
|
||||
include/pfe/header-sub.h
|
||||
@ -74,97 +75,89 @@ include/pfe/useful-ext.h
|
||||
include/pfe/utils-sub.h
|
||||
include/pfe/version-sub.h
|
||||
include/pfe/your-ext.h
|
||||
@dirrm include/pfe
|
||||
share/pfe/lib/arrays.4th
|
||||
share/pfe/lib/defer-is.4th
|
||||
share/pfe/lib/doermake.4th
|
||||
share/pfe/lib/library.4th
|
||||
share/pfe/lib/loading.4th
|
||||
share/pfe/lib/pardot.4th
|
||||
share/pfe/lib/sh-libs.4th
|
||||
share/pfe/lib/struct.4th
|
||||
@dirrm share/pfe/lib
|
||||
share/pfe/test/answords.fs
|
||||
share/pfe/test/arith.4th
|
||||
share/pfe/test/bubble.fs
|
||||
share/pfe/test/checkans.4th
|
||||
share/pfe/test/checkans.fs
|
||||
share/pfe/test/compare.4th
|
||||
share/pfe/test/compspeed.fs
|
||||
share/pfe/test/coretest.4th
|
||||
share/pfe/test/coretest.fs
|
||||
share/pfe/test/dbltest.4th
|
||||
share/pfe/test/dbltest.fs
|
||||
share/pfe/test/defs.4th
|
||||
share/pfe/test/environ.4th
|
||||
share/pfe/test/exceptn.4th
|
||||
share/pfe/test/fib.fs
|
||||
share/pfe/test/file.4th
|
||||
share/pfe/test/float.4th
|
||||
share/pfe/test/hashvocdistri.fs
|
||||
share/pfe/test/intactv.4th
|
||||
share/pfe/test/locals-ext.4th
|
||||
share/pfe/test/loop-test.4th
|
||||
share/pfe/test/matrix.fs
|
||||
share/pfe/test/mini-oof.fs
|
||||
share/pfe/test/moof-exm.fs
|
||||
share/pfe/test/moofglos.fs
|
||||
share/pfe/test/postpone.4th
|
||||
share/pfe/test/postpone.fs
|
||||
share/pfe/test/search-order.4th
|
||||
share/pfe/test/search-order.fs
|
||||
share/pfe/test/siev.fs
|
||||
share/pfe/test/sieve.fs
|
||||
share/pfe/test/sievem.fs
|
||||
share/pfe/test/sokoban.4th
|
||||
share/pfe/test/sokoban.fs
|
||||
share/pfe/test/speedwhile.fs
|
||||
share/pfe/test/stack.4th
|
||||
share/pfe/test/string.4th
|
||||
share/pfe/test/suite.4th
|
||||
share/pfe/test/tester.fs
|
||||
share/pfe/test/trydstrings.fs
|
||||
share/pfe/test/tt.4th
|
||||
share/pfe/test/tt.fs
|
||||
share/pfe/test/wordsets.4th
|
||||
share/pfe/test/wordsets.fs
|
||||
@dirrm share/pfe/test
|
||||
@dirrm share/pfe
|
||||
lib/pfe/dstrings.a
|
||||
lib/pfe/dstrings.la
|
||||
lib/pfe/dstrings.so
|
||||
lib/pfe/edit.a
|
||||
lib/pfe/edit.la
|
||||
lib/pfe/edit.so
|
||||
lib/pfe/floating.a
|
||||
lib/pfe/floating.la
|
||||
lib/pfe/floating.so
|
||||
lib/pfe/gforth.a
|
||||
lib/pfe/gforth.la
|
||||
lib/pfe/gforth.so
|
||||
lib/pfe/help.a
|
||||
lib/pfe/help.la
|
||||
lib/pfe/help.so
|
||||
lib/pfe/module.a
|
||||
lib/pfe/module.la
|
||||
lib/pfe/module.so
|
||||
lib/pfe/smart-go.a
|
||||
lib/pfe/smart-go.la
|
||||
lib/pfe/smart-go.so
|
||||
lib/pfe/struct.a
|
||||
lib/pfe/struct.la
|
||||
lib/pfe/struct.so
|
||||
lib/pfe/toolbelt.a
|
||||
lib/pfe/toolbelt.la
|
||||
lib/pfe/toolbelt.so
|
||||
lib/pfe/zchar.a
|
||||
lib/pfe/zchar.la
|
||||
lib/pfe/zchar.so
|
||||
lib/libpfe-0.so
|
||||
include/pfe-config.h
|
||||
include/pfe-target.h
|
||||
lib/libpfe-0.so.32
|
||||
@dirrm lib/pfe
|
||||
lib/libpfe.a
|
||||
lib/libpfe.la
|
||||
lib/libpfe.so
|
||||
bin/pfe
|
||||
bin/pfe-config
|
||||
lib/pfe/dstrings.la
|
||||
lib/pfe/dstrings.so
|
||||
lib/pfe/edit.la
|
||||
lib/pfe/edit.so
|
||||
lib/pfe/floating.la
|
||||
lib/pfe/floating.so
|
||||
lib/pfe/fpnostack.la
|
||||
lib/pfe/fpnostack.so
|
||||
lib/pfe/gforth.la
|
||||
lib/pfe/gforth.so
|
||||
lib/pfe/help.la
|
||||
lib/pfe/help.so
|
||||
lib/pfe/module.la
|
||||
lib/pfe/module.so
|
||||
lib/pfe/smart-go.la
|
||||
lib/pfe/smart-go.so
|
||||
lib/pfe/struct.la
|
||||
lib/pfe/struct.so
|
||||
lib/pfe/toolbelt.la
|
||||
lib/pfe/toolbelt.so
|
||||
lib/pfe/zchar.la
|
||||
lib/pfe/zchar.so
|
||||
%%DATADIR%%/lib/arrays.4th
|
||||
%%DATADIR%%/lib/defer-is.4th
|
||||
%%DATADIR%%/lib/doermake.4th
|
||||
%%DATADIR%%/lib/library.4th
|
||||
%%DATADIR%%/lib/loading.4th
|
||||
%%DATADIR%%/lib/pardot.4th
|
||||
%%DATADIR%%/lib/sh-libs.4th
|
||||
%%DATADIR%%/lib/struct.4th
|
||||
%%DATADIR%%/test/answords.fs
|
||||
%%DATADIR%%/test/arith.4th
|
||||
%%DATADIR%%/test/bubble.fs
|
||||
%%DATADIR%%/test/checkans.4th
|
||||
%%DATADIR%%/test/checkans.fs
|
||||
%%DATADIR%%/test/compare.4th
|
||||
%%DATADIR%%/test/compspeed.fs
|
||||
%%DATADIR%%/test/coretest.4th
|
||||
%%DATADIR%%/test/coretest.fs
|
||||
%%DATADIR%%/test/dbltest.4th
|
||||
%%DATADIR%%/test/dbltest.fs
|
||||
%%DATADIR%%/test/defs.4th
|
||||
%%DATADIR%%/test/environ.4th
|
||||
%%DATADIR%%/test/exceptn.4th
|
||||
%%DATADIR%%/test/fib.fs
|
||||
%%DATADIR%%/test/file.4th
|
||||
%%DATADIR%%/test/float.4th
|
||||
%%DATADIR%%/test/fpnostack.4th
|
||||
%%DATADIR%%/test/hashvocdistri.fs
|
||||
%%DATADIR%%/test/intactv.4th
|
||||
%%DATADIR%%/test/locals-ext.4th
|
||||
%%DATADIR%%/test/loop-test.4th
|
||||
%%DATADIR%%/test/matrix.fs
|
||||
%%DATADIR%%/test/mini-oof.fs
|
||||
%%DATADIR%%/test/moof-exm.fs
|
||||
%%DATADIR%%/test/moofglos.fs
|
||||
%%DATADIR%%/test/postpone.4th
|
||||
%%DATADIR%%/test/postpone.fs
|
||||
%%DATADIR%%/test/search-order.4th
|
||||
%%DATADIR%%/test/search-order.fs
|
||||
%%DATADIR%%/test/siev.fs
|
||||
%%DATADIR%%/test/sieve.fs
|
||||
%%DATADIR%%/test/sievem.fs
|
||||
%%DATADIR%%/test/sokoban.4th
|
||||
%%DATADIR%%/test/sokoban.fs
|
||||
%%DATADIR%%/test/speedwhile.fs
|
||||
%%DATADIR%%/test/stack.4th
|
||||
%%DATADIR%%/test/string.4th
|
||||
%%DATADIR%%/test/suite.4th
|
||||
%%DATADIR%%/test/tester.fs
|
||||
%%DATADIR%%/test/trydstrings.fs
|
||||
%%DATADIR%%/test/tt.4th
|
||||
%%DATADIR%%/test/tt.fs
|
||||
%%DATADIR%%/test/wordsets.4th
|
||||
%%DATADIR%%/test/wordsets.fs
|
||||
@dirrm %%DATADIR%%/test
|
||||
@dirrm %%DATADIR%%/lib
|
||||
@dirrm %%DATADIR%%
|
||||
@dirrm lib/pfe
|
||||
@dirrm include/pfe
|
||||
|
Loading…
Reference in New Issue
Block a user