diff options
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> |