Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 1 Dec 2013 12:46:49 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335378 - head/lang/polyml
Message-ID:  <201312011246.rB1CknV3033495@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wg
Date: Sun Dec  1 12:46:48 2013
New Revision: 335378
URL: http://svnweb.freebsd.org/changeset/ports/335378

Log:
  lang/polyml: allow staging
  
  - Allow staging
  - Fix build on head
  
  PR:		ports/184074
  Submitted by:	maintainer

Modified:
  head/lang/polyml/Makefile

Modified: head/lang/polyml/Makefile
==============================================================================
--- head/lang/polyml/Makefile	Sun Dec  1 12:32:13 2013	(r335377)
+++ head/lang/polyml/Makefile	Sun Dec  1 12:46:48 2013	(r335378)
@@ -12,10 +12,10 @@ MAINTAINER=	beyert@cs.ucr.edu
 COMMENT=	Fast open-source implementation of Standard ML
 
 LICENSE=	LGPL21
-LICENSE_FILE=	${WRKSRC}/COPYING
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--without-x
+USE_GCC=	yes
 USE_LDCONFIG=	yes
 ONLY_FOR_ARCHS=	i386 amd64
 
@@ -26,10 +26,8 @@ PLIST_FILES=	bin/poly		\
 		lib/libpolyml.a		\
 		lib/libpolyml.la	\
 		lib/libpolyml.so	\
-		lib/libpolyml.so.4
+		lib/libpolyml.so.4	\
+		man/man1/poly.1.gz	\
+		man/man1/polyimport.1.gz
 
-MAN1=		poly.1 polyimport.1
-MANCOMPRESSED=	no
-
-NO_STAGE=	yes
 .include <bsd.port.mk>



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