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/xbone | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) |
Notes
Diffstat (limited to 'net/xbone')
-rw-r--r-- | net/xbone/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/xbone/Makefile b/net/xbone/Makefile index 147216e34d8c..b9b78b394e94 100644 --- a/net/xbone/Makefile +++ b/net/xbone/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: XBone -# Date created: 19 Jan 2001 -# Whom: Yu-Shun Wang <xbone@isi.edu> -# +# Created by: Yu-Shun Wang <xbone@isi.edu> # $FreeBSD$ -# PORTNAME= XBone PORTVERSION= 3.2 @@ -50,6 +46,7 @@ INSTALL_TARGET= node MAN5= XB_Params.pm.5 xbone.conf.5 MAN8= X-Bone.8 xb-node-daemon.8 xb-node-control.8 xbonectl.8 xb-ldap-config.8 +NO_STAGE= yes post-patch: ${RM} -rf ${WRKSRC}/ports/* |