diff options
Diffstat (limited to 'lang/intercal/Makefile')
-rw-r--r-- | lang/intercal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 <mph@freebsd.org> +# Created by: Matthew Hunt <mph@FreeBSD.org> # $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 |