svn commit: r322003 - head/security/xspy

Baptiste Daroussin bapt at FreeBSD.org
Fri Jun 28 22:26:57 UTC 2013


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 at gmail.com>
-#
+# Created by: Yonatan <onatan at gmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	xspy
 PORTVERSION=	1.0c
@@ -15,7 +11,7 @@ MAINTAINER=	onatan at 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
 


More information about the svn-ports-all mailing list