Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Dec 2013 16:19:57 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r338023 - head/lang/intercal
Message-ID:  <201312291619.rBTGJv32009118@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Sun Dec 29 16:19:57 2013
New Revision: 338023
URL: http://svnweb.freebsd.org/changeset/ports/338023

Log:
  Enable stage support

Modified:
  head/lang/intercal/Makefile
  head/lang/intercal/pkg-plist

Modified: head/lang/intercal/Makefile
==============================================================================
--- head/lang/intercal/Makefile	Sun Dec 29 16:17:51 2013	(r338022)
+++ head/lang/intercal/Makefile	Sun Dec 29 16:19:57 2013	(r338023)
@@ -11,14 +11,12 @@ MAINTAINER=	johans@FreeBSD.org
 COMMENT=	The C-INTERCAL compiler, ick, and supporting libraries
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 CFLAGS+=	-D_POSIX_SOURCE
 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

Modified: head/lang/intercal/pkg-plist
==============================================================================
--- head/lang/intercal/pkg-plist	Sun Dec 29 16:17:51 2013	(r338022)
+++ head/lang/intercal/pkg-plist	Sun Dec 29 16:19:57 2013	(r338023)
@@ -11,23 +11,25 @@ lib/libick.a
 lib/libickec.a
 lib/libickmt.a
 lib/libyuk.a
+man/man1/ick.1.gz
+man/man1/convickt.1.gz
+%%DATADIR%%/COPYING
 %%DATADIR%%/atari.bin
 %%DATADIR%%/baudot.bin
+%%DATADIR%%/compunex.c
+%%DATADIR%%/coopt.sh
 %%DATADIR%%/ebcdic.bin
-%%DATADIR%%/latin1.bin
+%%DATADIR%%/ecto_b98.c
+%%DATADIR%%/floatlib.i
 %%DATADIR%%/ick-wrap.c
+%%DATADIR%%/latin1.bin
 %%DATADIR%%/pickwrap.c
-%%DATADIR%%/COPYING
 %%DATADIR%%/syslib.i
 %%DATADIR%%/syslib3.3i
 %%DATADIR%%/syslib4.4i
 %%DATADIR%%/syslib5.5i
 %%DATADIR%%/syslib6.6i
 %%DATADIR%%/syslib7.7i
-%%DATADIR%%/floatlib.i
-%%DATADIR%%/coopt.sh
 %%DATADIR%%/syslibc.c
-%%DATADIR%%/compunex.c
-%%DATADIR%%/ecto_b98.c
 @dirrm %%DATADIR%%
 @dirrm include/ick



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312291619.rBTGJv32009118>