diff options
author | acm <acm@FreeBSD.org> | 2013-10-03 14:58:29 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2013-10-03 14:58:29 +0800 |
commit | 85e18f60029503638817e6cf1a99c567bf5bb2a6 (patch) | |
tree | 3ee03f1dcffdac8fb1f65fea1f1199c5b529570a /databases | |
parent | bf0519155987720b1ed19bdda09905af258996fe (diff) | |
download | freebsd-ports-gnome-85e18f60029503638817e6cf1a99c567bf5bb2a6.tar.gz freebsd-ports-gnome-85e18f60029503638817e6cf1a99c567bf5bb2a6.tar.zst freebsd-ports-gnome-85e18f60029503638817e6cf1a99c567bf5bb2a6.zip |
- Remove LATEST_LINK [1]
- Other modifications for avoid pkg name collisions [1]
Suggested by: bapt [1]
Diffstat (limited to 'databases')
-rw-r--r-- | databases/firebird21-server/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/databases/firebird21-server/Makefile b/databases/firebird21-server/Makefile index 6b7ca63f9e7b..773743a5047e 100644 --- a/databases/firebird21-server/Makefile +++ b/databases/firebird21-server/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.1.5 PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}-Release/ -PKGNAMESUFFIX?= -server +PKGNAMESUFFIX?= ${PORTVERSION:R:S/.//}-server DISTNAME= ${PORTNAME:S/f/F/}-${PORTVERSION}.18497-0 DIST_SUBDIR= ${PORTNAME} @@ -15,8 +15,6 @@ COMMENT?= Firebird-2 relational database (server) LIB_DEPENDS= icuuc:${PORTSDIR}/devel/icu -LATEST_LINK= ${PORTNAME}21${PKGNAMESUFFIX} - USES= bison USE_BZIP2= yes USE_GCC= any @@ -68,7 +66,7 @@ UTIL_BIN= fb_inet_server fb_lock_print fbstat gbak gdef gfix gsec nbackup UDF_SO= ib_udf.so fbudf.so UDF_SQL= src/extlib/ib_udf2.sql src/extlib/fbudf/fbudf.sql -PKGINSTALL?= ${PKGDIR}/pkg-install${PKGNAMESUFFIX} +PKGINSTALL?= ${PKGDIR}/pkg-install-server .else # Client part stuff AUTOGENARGS= --without-editline |