summaryrefslogtreecommitdiff
path: root/lang/yap
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-08 03:43:03 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-08 03:43:03 +0000
commit4f6dacada8243054925358f9adbb04539cf91502 (patch)
tree27c76a3f489e19bb8d734e693a122ad517577ded /lang/yap
parentUpdate to 2.00 (diff)
Use GNU_CONFIGURE and some style changes
PR: 32521 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=51206
Diffstat (limited to 'lang/yap')
-rw-r--r--lang/yap/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile
index 00059ee40561..39877e28361c 100644
--- a/lang/yap/Makefile
+++ b/lang/yap/Makefile
@@ -15,14 +15,12 @@ DISTNAME= Yap-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
-do-configure:
- @(${MKDIR} ${WRKSRC}/arch ; cd ${WRKSRC}/arch ; \
- ../configure)
+WRKSRC= ${WRKDIR}/Yap-${PORTVERSION}/arch
-do-build:
- @(cd ${WRKSRC}/arch ; make)
+GNU_CONFIGURE= yes
+CONFIGURE_SCRIPT= ../configure
-do-install:
- @(cd ${WRKSRC}/arch ; make install)
+post-extract:
+ @${MKDIR} ${WRKSRC}
.include <bsd.port.mk>