svn commit: r339287 - head/graphics/xmandel

Antoine Brodin antoine at FreeBSD.org
Thu Jan 9 21:39:49 UTC 2014


Author: antoine
Date: Thu Jan  9 21:39:48 2014
New Revision: 339287
URL: http://svnweb.freebsd.org/changeset/ports/339287

Log:
  Stage support

Modified:
  head/graphics/xmandel/Makefile

Modified: head/graphics/xmandel/Makefile
==============================================================================
--- head/graphics/xmandel/Makefile	Thu Jan  9 21:32:12 2014	(r339286)
+++ head/graphics/xmandel/Makefile	Thu Jan  9 21:39:48 2014	(r339287)
@@ -21,10 +21,8 @@ USES=		imake perl5
 USE_XORG=	ice sm x11 xaw xext xmu xt
 USE_PERL5=	build
 NO_WRKSUBDIR=	yes
-MAN1=		xmandel.1
-PLIST_FILES=	bin/xmandel
+PLIST_FILES=	bin/xmandel man/man1/xmandel.1.gz
 
-NO_STAGE=	yes
 pre-patch:
 	@${REINPLACE_CMD} -i '' -e 's|malloc.h|stdlib.h|' ${WRKSRC}/mandel.c
 


More information about the svn-ports-all mailing list