diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:55:24 +0000 |
commit | a65ed2e51bf631a6b8ab766f984bf33c686d239a (patch) | |
tree | 446f26536f63818c96e297aac8c4f1490814f146 /security/arirang | |
parent | 192c7ddec012f94ed6e9e8a5c98b23626960bfc3 (diff) |
Notes
Diffstat (limited to 'security/arirang')
-rw-r--r-- | security/arirang/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/security/arirang/Makefile b/security/arirang/Makefile index db7df29728d8..2f16a50c171e 100644 --- a/security/arirang/Makefile +++ b/security/arirang/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: arirang -# Date created: Jun 4 2001 -# Whom: Roman Shterenzon <roman@xpert.com> -# +# Created by: Roman Shterenzon <roman@xpert.com> # $FreeBSD$ -# PORTNAME= arirang PORTVERSION= 2.03 @@ -25,6 +21,7 @@ USE_OPENSSL= yes CFLAGS+= -I${LOCALBASE}/include/ruby-${RUBY_VER} -I${LOCALBASE}/include/ruby-${RUBY_VER}/${RUBY_ARCH} +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/arirang ${PREFIX}/sbin ${MKDIR} ${PREFIX}/share/arirang |