mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5b631b7753
chmod 0550 /var/db/firebird/UDF/*.so /var/db/firebird/intl/* * pkg-plist: fix @unexec order, unbreak package building (remove absolute paths from .tar) Approved by: portmgr (krion)
21 lines
400 B
Makefile
21 lines
400 B
Makefile
# New ports collection makefile for: firebird-client
|
|
# Date created: 2005 Mar 03
|
|
# Whom: Renato Botelho <renato@galle.com.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firebird
|
|
PKGNAMESUFFIX= -client
|
|
PORTREVISION= 3
|
|
|
|
COMMENT= The open-source InterBase(tm) 6.0 spin-off (client)
|
|
|
|
MASTERDIR= ${.CURDIR}/../firebird-server
|
|
|
|
PLIST= ${PKGDIR}/pkg-plist.client
|
|
|
|
CLIENT_ONLY= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|