From b3f53a7710aef6bf70130db57affead1adb76fe8 Mon Sep 17 00:00:00 2001 From: bapt Date: Fri, 20 Sep 2013 19:53:09 +0000 Subject: Add NO_STAGE all over the place in preparation for the staging support (cat: lang) --- lang/intercal/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lang/intercal') diff --git a/lang/intercal/Makefile b/lang/intercal/Makefile index a8e1da78eff1..b5a605ddc0ca 100644 --- a/lang/intercal/Makefile +++ b/lang/intercal/Makefile @@ -1,4 +1,4 @@ -# Created by: Matthew Hunt +# Created by: Matthew Hunt # $FreeBSD$ PORTNAME= intercal @@ -18,6 +18,7 @@ DATADIR= ${PREFIX}/share/ick MAN1= ick.1 convickt.1 INFO= ick +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \ ${WRKSRC}/buildaux/Makefile.in -- cgit