aboutsummaryrefslogtreecommitdiff
path: root/lang/forth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/forth/Makefile')
-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