diff options
author | vs <vs@FreeBSD.org> | 2005-02-15 01:26:19 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-02-15 01:26:19 +0800 |
commit | 65f5cef65035d13090342b3758bde08c21a1a125 (patch) | |
tree | 9c4ea566e16161fc470ab1ca55254c769f0e92ab /databases | |
parent | f9e42b88f1cc9d311bbb8f418f5cc93bf8953b75 (diff) | |
download | freebsd-ports-gnome-65f5cef65035d13090342b3758bde08c21a1a125.tar.gz freebsd-ports-gnome-65f5cef65035d13090342b3758bde08c21a1a125.tar.zst freebsd-ports-gnome-65f5cef65035d13090342b3758bde08c21a1a125.zip |
- Make portlint happy
- Take maintainership
PR: ports/77013
Submitted by: Renato Botelho
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird-client/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird-server/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird2-server/Makefile | 4 | ||||
-rw-r--r-- | databases/firebird20-server/Makefile | 4 |
5 files changed, 10 insertions, 10 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 diff --git a/databases/firebird-server/Makefile b/databases/firebird-server/Makefile index 3df44842bb9d..04627108f919 100644 --- a/databases/firebird-server/Makefile +++ b/databases/firebird-server/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 diff --git a/databases/firebird/Makefile b/databases/firebird/Makefile index 3df44842bb9d..04627108f919 100644 --- a/databases/firebird/Makefile +++ b/databases/firebird/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 diff --git a/databases/firebird2-server/Makefile b/databases/firebird2-server/Makefile index 3df44842bb9d..04627108f919 100644 --- a/databases/firebird2-server/Makefile +++ b/databases/firebird2-server/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 diff --git a/databases/firebird20-server/Makefile b/databases/firebird20-server/Makefile index 3df44842bb9d..04627108f919 100644 --- a/databases/firebird20-server/Makefile +++ b/databases/firebird20-server/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 |