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 | |
parent | 88b3d4da58581f78712df1096e81f0a024c0c7d3 (diff) | |
download | ports-09666e3dd5689a5e276798c4a10ed3a6c726c1b1.tar.gz ports-09666e3dd5689a5e276798c4a10ed3a6c726c1b1.zip |
Notes
Diffstat (limited to 'german')
-rw-r--r-- | german/unix-connect/Makefile | 6 | ||||
-rw-r--r-- | german/unix-connect/pkg-descr | 1 | ||||
-rw-r--r-- | german/webalizer2/Makefile | 5 |
3 files changed, 8 insertions, 4 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) diff --git a/german/unix-connect/pkg-descr b/german/unix-connect/pkg-descr index 37a8228ae306..b74e1bc19b0f 100644 --- a/german/unix-connect/pkg-descr +++ b/german/unix-connect/pkg-descr @@ -19,3 +19,4 @@ vermieden werden koennen. FTP: ftp://unix-connect.sf.net/pub/unix-connect/ FTP: ftp://ftp.dinoex.org/pub/unix-connect/ WWW: http://www.dinoex.de/unix-connect.html +WWW: http://sourceforge.net/projects/unix-connect/ diff --git a/german/webalizer2/Makefile b/german/webalizer2/Makefile index 580dc90aa698..ca8f551e29a6 100644 --- a/german/webalizer2/Makefile +++ b/german/webalizer2/Makefile @@ -4,9 +4,12 @@ # # $FreeBSD$ +CATEGORIES= german PKGNAMEPREFIX?= de- + +MAINTAINER= dinoex@FreeBSD.org + MASTERDIR?= ${.CURDIR}/../../www/webalizer -CATEGORIES= german WEBALIZER_LANG= german .if exists(${.CURDIR}/Makefile.local) |