diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:13:34 +0000 |
commit | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (patch) | |
tree | 3627eb445c11fcddb4821034c5c6a4a785689342 /net-im/gale/Makefile | |
parent | 0c710c7b4edb5ca79906be0115763864bc7c903f (diff) | |
download | ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.tar.gz ports-28bf02d683a6e9edd30f15574a3ae61f0ff5e585.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-im)
Notes
Notes:
svn path=/head/; revision=327756
Diffstat (limited to 'net-im/gale/Makefile')
-rw-r--r-- | net-im/gale/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index ccf2760517f9..be808298f0f8 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -29,6 +29,7 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ LDFLAGS+= -L${LOCALBASE}/lib # cheesy hack - test-oop doesn't build, but we don't care. +NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \ ${WRKSRC}/liboop/Makefile.in |