diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/kojoney | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/kojoney')
-rw-r--r-- | net/kojoney/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/kojoney/Makefile b/net/kojoney/Makefile index 3337dbed6b56..86f89f9041cf 100644 --- a/net/kojoney/Makefile +++ b/net/kojoney/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: kojoney -# Date created: 5 December 2006 -# Whom: mj <systemoperator@gmail.com> -# +# Created by: mj <systemoperator@gmail.com> # $FreeBSD$ -# PORTNAME= kojoney PORTVERSION= 0.0.4.2 @@ -25,4 +21,5 @@ USE_OPENSSL= yes USES= perl5 USE_PERL5= run +NO_STAGE= yes .include <bsd.port.mk> |