diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-09-21 11:06:03 +0000 |
commit | 1e3119b07ebe66367ead55242a47710e556bf383 (patch) | |
tree | 2051ba0023bbf060fa37051dc7fc6990710a53b1 /net/sixxs-aiccu | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) | |
download | ports-1e3119b07ebe66367ead55242a47710e556bf383.tar.gz ports-1e3119b07ebe66367ead55242a47710e556bf383.zip |
Notes
Diffstat (limited to 'net/sixxs-aiccu')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 6ce64165cbf3..e07ecc0cc110 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= gnutls-openssl:${PORTSDIR}/security/gnutls LICENSE= BSD LICENSE_FILE= ${WRKSRC}/doc/LICENSE +NO_STAGE= yes + USE_RC_SUBR= sixxs-aiccu USE_GMAKE= yes @@ -27,7 +29,6 @@ WRKSRC= ${WRKDIR}/aiccu BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console PORTDOCS= README -NO_STAGE= yes post-patch: @${REINPLACE_CMD} \ -e 's:verbose true:verbose false:' \ |