diff options
author | knu <knu@FreeBSD.org> | 2013-07-19 01:12:33 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2013-07-19 01:12:33 +0800 |
commit | 42c353d1d70ff293f0b437eba77f00b99d2f55bb (patch) | |
tree | 3ec0f57452b087969797a264d69b46999faa8f29 /misc | |
parent | 34d4ca2172addcb8ec863c927a4f6859429facd1 (diff) | |
download | freebsd-ports-gnome-42c353d1d70ff293f0b437eba77f00b99d2f55bb.tar.gz freebsd-ports-gnome-42c353d1d70ff293f0b437eba77f00b99d2f55bb.tar.zst freebsd-ports-gnome-42c353d1d70ff293f0b437eba77f00b99d2f55bb.zip |
Simplify the header, remove outdated ruby version assertion, and add a
new target "test".
Diffstat (limited to 'misc')
-rw-r--r-- | misc/inplace/Makefile | 17 |
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> |