summaryrefslogtreecommitdiff
path: root/lang/forth
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-24 04:43:29 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-24 04:43:29 +0000
commit69d9b11b24774a73ca410c7845fb9efc641a5361 (patch)
treeb359f312006c91cab9659c155bac663392be1af7 /lang/forth
parentUpdate name of port in comment. (diff)
* Rearranged configure target.
PR: 15584 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=23970
Diffstat (limited to 'lang/forth')
-rw-r--r--lang/forth/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/forth/Makefile b/lang/forth/Makefile
index d6a2d312262d..cc9b6b3bca65 100644
--- a/lang/forth/Makefile
+++ b/lang/forth/Makefile
@@ -13,11 +13,11 @@ MASTER_SITES= ftp://ftp.taygeta.com/pub/Forth/Compilers/native/unix/
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/src
+HAS_CONFIGURE= yes
+CONFIGURE_SCRIPT= config.sh
+CONFIGURE_ARGS= ${OPSYS}
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