diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:24:43 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-21 06:24:43 +0800 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/yaf | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) | |
download | freebsd-ports-gnome-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz freebsd-ports-gnome-985b201424d63717aa5b6578fece8f2b853d9164.tar.zst freebsd-ports-gnome-985b201424d63717aa5b6578fece8f2b853d9164.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Diffstat (limited to 'net-mgmt/yaf')
-rw-r--r-- | net-mgmt/yaf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-mgmt/yaf/Makefile b/net-mgmt/yaf/Makefile index 4ba29de193d5..1c68ff6b816d 100644 --- a/net-mgmt/yaf/Makefile +++ b/net-mgmt/yaf/Makefile @@ -31,6 +31,7 @@ MAN1= airdaemon.1 applabel.1 \ CONFIGURE_ARGS+= --with-dag=${LOCALBASE} .endif +NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure |