diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-22 19:14:08 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-22 19:14:08 +0000 |
commit | 09666e3dd5689a5e276798c4a10ed3a6c726c1b1 (patch) | |
tree | bdcd9753e96c92200090b3791966b58b82ff75b9 /german/unix-connect/Makefile | |
parent | 88b3d4da58581f78712df1096e81f0a024c0c7d3 (diff) |
- make portlint happier
Notes
Notes:
svn path=/head/; revision=73806
Diffstat (limited to 'german/unix-connect/Makefile')
-rw-r--r-- | german/unix-connect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/german/unix-connect/Makefile b/german/unix-connect/Makefile index 28c71faf507f..5e2f28dfddd5 100644 --- a/german/unix-connect/Makefile +++ b/german/unix-connect/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.dinoex.org/pub/unix-connect/ \ ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= dinoex@freebsd.org +MAINTAINER= dinoex@freebsd.org BUILD_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz @@ -27,8 +27,8 @@ CONFIGURE_ARGS+=--with-spooldir=/var/spool/uconnect CONFIGURE_ARGS+=--with-mail=sendmail CONFIGURE_ARGS+=--with-news=cnews CONFIGURE_ARGS+=--enable-testing -CFLAGS+=-g -CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp +CFLAGS+= -g +CFLAGS:= ${CFLAGS:S/-O[0-9]*//g} # gcc generates broken code in uwsmtp post-install: .if !defined(NOPORTDOCS) |