diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 16:17:40 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 16:17:40 +0000 |
commit | 80824ce74450b9f221051f9e3a7371cbf94fb926 (patch) | |
tree | 9caf50e65fc422b7f9f16187ec17088396f36e5f /lang/yap/Makefile | |
parent | 1c30657576c41601cc0dbf3ad916a87e322189c0 (diff) |
Notes
Diffstat (limited to 'lang/yap/Makefile')
-rw-r--r-- | lang/yap/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lang/yap/Makefile b/lang/yap/Makefile index 39877e28361c..a7267560454e 100644 --- a/lang/yap/Makefile +++ b/lang/yap/Makefile @@ -7,7 +7,7 @@ # PORTNAME= yap -PORTVERSION= 4.3.19 +PORTVERSION= 4.3.20 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,12 +15,8 @@ DISTNAME= Yap-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/Yap-${PORTVERSION}/arch - GNU_CONFIGURE= yes -CONFIGURE_SCRIPT= ../configure -post-extract: - @${MKDIR} ${WRKSRC} +WRKSRC= ${WRKDIR}/work .include <bsd.port.mk> |