diff options
-rw-r--r-- | lang/yap/Makefile | 12 |
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> |