Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2013 22:26:57 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r322003 - head/security/xspy
Message-ID:  <201306282226.r5SMQv7F021477@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri Jun 28 22:26:56 2013
New Revision: 322003
URL: http://svnweb.freebsd.org/changeset/ports/322003

Log:
  Convert to USES=imake
  Trim headers

Modified:
  head/security/xspy/Makefile

Modified: head/security/xspy/Makefile
==============================================================================
--- head/security/xspy/Makefile	Fri Jun 28 22:26:28 2013	(r322002)
+++ head/security/xspy/Makefile	Fri Jun 28 22:26:56 2013	(r322003)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:  xspy
-# Date created:			  Jan 11 2003
-# Whom:				  Yonatan <onatan@gmail.com>
-#
+# Created by: Yonatan <onatan@gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xspy
 PORTVERSION=	1.0c
@@ -15,7 +11,7 @@ MAINTAINER=	onatan@gmail.com
 COMMENT=	A utility for monitoring keystrokes on remote X servers
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
-USE_IMAKE=	yes
+USES=		imake
 USE_XORG=	x11
 XMKMF=		xmkmf
 



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