1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/databases/firebird-client/Makefile
Sergey Skvortsov 5b631b7753 * fix permissions:
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)
2005-08-19 10:02:05 +00:00

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"