diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-26 16:49:50 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-06-26 16:49:50 +0000 |
commit | 1d9a45e85e39ac8ada2bf4a7b8700db3c3ffceff (patch) | |
tree | d80afcb2f2ae1418f1e9ce8e92d5370ff3300447 /german | |
parent | ae9470646c0a8e000b29285ecc41b7e4b1b71fcf (diff) | |
download | ports-1d9a45e85e39ac8ada2bf4a7b8700db3c3ffceff.tar.gz ports-1d9a45e85e39ac8ada2bf4a7b8700db3c3ffceff.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/unix-connect/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index fd01d6bb60dc..1f37e4a8ae76 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -34,9 +34,7 @@ CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp .if defined(PARALLEL_PACKAGE_BUILD) CONFIGURE_ARGS+=--with-domain=example.com .endif -.if defined(PARALLEL_PACKAGE_BUILD) -IRGNORE= builds not without hostname -.endif +MANUAL_PACKAGE_BUILD= needs hostname post-install: .if !defined(NOPORTDOCS) |