diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:28:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:28:25 +0000 |
commit | bb4b86e0434d9ef79072ebc7992e83a1ef9e3e9c (patch) | |
tree | cc369d6e38144cbc0682f3e0aad998ef8f40a150 /net-p2p/libbt/Makefile | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-p2p)
Diffstat (limited to 'net-p2p/libbt/Makefile')
-rw-r--r-- | net-p2p/libbt/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/libbt/Makefile b/net-p2p/libbt/Makefile index 3c21a194ce8c..02cd2b633d84 100644 --- a/net-p2p/libbt/Makefile +++ b/net-p2p/libbt/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: libbt -# Date created: Feb 26 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# +# Created by: Florent Thoumie <flz@xbsd.org> # $FreeBSD$ -# PORTNAME= libbt PORTVERSION= 1.05 @@ -23,6 +19,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PORTDOCS= protocol-ext.txt protocol.txt +NO_STAGE= yes .include <bsd.port.pre.mk> post-patch: |