- retire port in favor of postgresql-client

This commit is contained in:
Dirk Meyer 2003-12-04 18:33:54 +00:00
parent 38240a54ec
commit d95c6489a7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95042

View File

@ -1,18 +0,0 @@
# New ports collection makefile for: postgresql7-client
# Date created: 18.Nov 2003
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
CATEGORIES= databases
MAINTAINER= dinoex@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../postgresql7
WITHOUT_SERVER=yes
.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif
.include "${MASTERDIR}/Makefile"