From 50f8cd6ff52eb85e96054572c278d09e09ec81f6 Mon Sep 17 00:00:00 2001 From: vs Date: Tue, 19 Apr 2005 18:16:58 +0000 Subject: - Use PLIST_* & PORTDOCS - Use MAKE_ARGS instead of Makefile-patch --- lang/forth/Makefile | 4 ++++ lang/forth/files/patch-ae | 11 ---------- lang/forth/pkg-plist | 54 ----------------------------------------------- 3 files changed, 4 insertions(+), 65 deletions(-) delete mode 100644 lang/forth/files/patch-ae delete mode 100644 lang/forth/pkg-plist (limited to 'lang/forth') diff --git a/lang/forth/Makefile b/lang/forth/Makefile index ac181180d718..2bf43791f209 100644 --- a/lang/forth/Makefile +++ b/lang/forth/Makefile @@ -19,10 +19,14 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BZIP2= yes USE_GMAKE= yes +MAKE_ARGS= OPTIM="${CFLAGS}" USE_LIBTOOL_VER=13 CONFIGURE_ARGS= --disable-float MAN1= pfe.1 +PLIST_FILES= bin/pfe lib/pfe/p4ed.so +PLIST_DIRS= lib/pfe +PORTDOCS= * .include diff --git a/lang/forth/files/patch-ae b/lang/forth/files/patch-ae deleted file mode 100644 index ace2d817e261..000000000000 --- a/lang/forth/files/patch-ae +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Fri Apr 28 02:54:55 2000 -+++ Makefile.in Sat Apr 29 05:48:14 2000 -@@ -61,7 +61,7 @@ - MV = @MV@ - NM = @NM@ - OBJDUMP = @OBJDUMP@ --OPTIM = @OPTIM@ -+OPTIM = @CFLAGS@ - RANLIB = @RANLIB@ - RM = @RM@ - TERMLIB = @TERMLIB@ diff --git a/lang/forth/pkg-plist b/lang/forth/pkg-plist deleted file mode 100644 index 5b6ea33b9d91..000000000000 --- a/lang/forth/pkg-plist +++ /dev/null @@ -1,54 +0,0 @@ -bin/pfe -lib/pfe/p4ed.so -share/doc/pfe/doc-talk.html -share/doc/pfe/index-each.html -share/doc/pfe/index-symbols.html -share/doc/pfe/index-words.html -share/doc/pfe/index-wordsets.html -share/doc/pfe/index.html -share/doc/pfe/src-block.html -share/doc/pfe/src-core.html -share/doc/pfe/src-debug.html -share/doc/pfe/src-double.html -share/doc/pfe/src-facility.html -share/doc/pfe/src-file.html -share/doc/pfe/src-floating.html -share/doc/pfe/src-forth-83.html -share/doc/pfe/src-locals.html -share/doc/pfe/src-lpf83.html -share/doc/pfe/src-memory.html -share/doc/pfe/src-misc.html -share/doc/pfe/src-p4ed.html -share/doc/pfe/src-search.html -share/doc/pfe/src-shell.html -share/doc/pfe/src-signals.html -share/doc/pfe/src-string.html -share/doc/pfe/src-term.html -share/doc/pfe/src-toolkit.html -share/doc/pfe/src-unix.html -share/doc/pfe/src-xception.html -share/doc/pfe/src-yours.html -share/doc/pfe/wordset-block.html -share/doc/pfe/wordset-core.html -share/doc/pfe/wordset-debug.html -share/doc/pfe/wordset-double.html -share/doc/pfe/wordset-exception.html -share/doc/pfe/wordset-facility.html -share/doc/pfe/wordset-file.html -share/doc/pfe/wordset-floating.html -share/doc/pfe/wordset-forth_83.html -share/doc/pfe/wordset-locals.html -share/doc/pfe/wordset-lpf83.html -share/doc/pfe/wordset-memory.html -share/doc/pfe/wordset-misc.html -share/doc/pfe/wordset-p4ed.html -share/doc/pfe/wordset-search.html -share/doc/pfe/wordset-shell.html -share/doc/pfe/wordset-signals.html -share/doc/pfe/wordset-string.html -share/doc/pfe/wordset-system.html -share/doc/pfe/wordset-term.html -share/doc/pfe/wordset-toolkit.html -share/doc/pfe/wordset-your.html -@dirrm share/doc/pfe -@dirrm lib/pfe -- cgit