diff options
author | Volker Stolz <vs@FreeBSD.org> | 2005-02-14 17:26:19 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2005-02-14 17:26:19 +0000 |
commit | 346bb47150fbe3f760993e2dbed31026e70ce21d (patch) | |
tree | 29c511b00c89d439047b120c0ecbc3e808c045bd /databases/firebird-client | |
parent | c0ddd25e24316f7c79fa43d8a02f04bb1bc3e596 (diff) | |
download | ports-346bb47150fbe3f760993e2dbed31026e70ce21d.tar.gz ports-346bb47150fbe3f760993e2dbed31026e70ce21d.zip |
- Make portlint happy
- Take maintainership
PR: ports/77013
Submitted by: Renato Botelho
Notes
Notes:
svn path=/head/; revision=128815
Diffstat (limited to 'databases/firebird-client')
-rw-r--r-- | databases/firebird-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/firebird-client/Makefile b/databases/firebird-client/Makefile index 3df44842bb9d..04627108f919 100644 --- a/databases/firebird-client/Makefile +++ b/databases/firebird-client/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=firebird DISTNAME= firebird-1.5.2.4731 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= renato@galle.com.br COMMENT= The open-source InterBase(tm) 6.0 spin-off (Classic version) USE_BISON= yes @@ -28,7 +28,7 @@ PLIST_SUB= FIREBIRD_VERSION=${PORTVERSION} # Don't use ld for linking, use gcc LD= gcc -CONFLICTS= firebird-devel-* +CONFLICTS= firebird-devel-[0-9]* WRKSRC= ${WRKDIR}/${DISTNAME} INSTALLS_SHLIB= yes |