aboutsummaryrefslogtreecommitdiff
path: root/misc/inplace
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2013-07-18 17:12:33 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2013-07-18 17:12:33 +0000
commit4ee733ef9d93829d2d897be86924be4a88dafb2b (patch)
tree3ec0f57452b087969797a264d69b46999faa8f29 /misc/inplace
parent56b96dc9c0a37c77ee5d8be1880d2fad49de810a (diff)
Notes
Diffstat (limited to 'misc/inplace')
-rw-r--r--misc/inplace/Makefile17
1 files changed, 4 insertions, 13 deletions
diff --git a/misc/inplace/Makefile b/misc/inplace/Makefile
index 6b3ef7e446b4..fbf293132289 100644
--- a/misc/inplace/Makefile
+++ b/misc/inplace/Makefile
@@ -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>