aboutsummaryrefslogtreecommitdiffstats
path: root/lang/forth
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-12-24 12:43:29 +0800
committersteve <steve@FreeBSD.org>1999-12-24 12:43:29 +0800
commit1a5737b5036d0f74c88ac8a2b4184562c2cdb4a7 (patch)
tree0c70f4441b8d28f90e4b38eaa90cc13e757d0dd4 /lang/forth
parentc92fe619f2fa2da5c6ce4cf739c69db81e52ae6a (diff)
downloadfreebsd-ports-gnome-1a5737b5036d0f74c88ac8a2b4184562c2cdb4a7.tar.gz
freebsd-ports-gnome-1a5737b5036d0f74c88ac8a2b4184562c2cdb4a7.tar.zst
freebsd-ports-gnome-1a5737b5036d0f74c88ac8a2b4184562c2cdb4a7.zip
* Rearranged configure target.
PR: 15584 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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