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 /german/unix-connect | |
parent | 0dea0192303406b3b949a31479a4264b58bafce6 (diff) |
Notes
Diffstat (limited to 'german/unix-connect')
-rw-r--r-- | german/unix-connect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 6727096457b7..91f2185bb251 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz LICENSE_COMB= multi LICENSE= GPLv2 BSD +NO_STAGE= yes + WRKSRC= ${WRKDIR}/${DISTNAME} #USE_GMAKE= yes GNU_CONFIGURE= yes @@ -31,7 +33,6 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp MANUAL_PACKAGE_BUILD= needs hostname -NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} |