Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 17:12:33 +0000 (UTC)
From:      Akinori MUSHA <knu@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323246 - head/misc/inplace
Message-ID:  <201307181712.r6IHCX2l000541@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@idaemons.org>
-#
+# Created by: Akinori MUSHA aka knu <knu@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>



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