diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-01-23 03:14:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-01-23 03:14:08 +0800 |
commit | 0cf5a9f0c051fe2172605c5b4e6220372a3986d1 (patch) | |
tree | 361dd9ab7b90bbbf020131fedc71bbac1840a3a0 /german | |
parent | 0b154d29097dcb873a1db54a92b02419663d0f40 (diff) | |
download | freebsd-ports-gnome-0cf5a9f0c051fe2172605c5b4e6220372a3986d1.tar.gz freebsd-ports-gnome-0cf5a9f0c051fe2172605c5b4e6220372a3986d1.tar.zst freebsd-ports-gnome-0cf5a9f0c051fe2172605c5b4e6220372a3986d1.zip |
- make portlint happier
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) |