svn commit: r323246 - head/misc/inplace

Akinori MUSHA knu at FreeBSD.org
Thu Jul 18 17:12:34 UTC 2013


Author: knu
Date: Thu Jul 18 17:12:33 2013
New Revision: 323246
URL: http://svnweb.freebsd.org/changeset/ports/323246

Log:
  Simplify the header, remove outdated ruby version assertion, and add a
  new target "test".

Modified:
  head/misc/inplace/Makefile

Modified: head/misc/inplace/Makefile
==============================================================================
--- head/misc/inplace/Makefile	Thu Jul 18 17:06:40 2013	(r323245)
+++ head/misc/inplace/Makefile	Thu Jul 18 17:12:33 2013	(r323246)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	inplace(1)
-# Date created:		2 May 2004
-# Whom:			Akinori MUSHA aka knu <knu at idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu at idaemons.org>
 # $FreeBSD$
-#
 
 PORTNAME=	inplace
 PORTVERSION=	1.2.3
@@ -27,12 +23,7 @@ MAN1=		inplace.1
 MANCOMPRESSED=	maybe
 PLIST_FILES=	bin/inplace
 
-RUBY_REQUIRE=	Ruby > 182
+test: build
+	cd ${WRKSRC}; ${MAKE} test
 
-.include <bsd.port.pre.mk>
-
-.if !defined(RUBY_PROVIDED)
-IGNORE=		only works with Ruby 1.8.0 or later
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list