diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2006-11-17 01:18:44 +0000 |
| commit | f8374320671c6a39b6d2935b5b3e21b5824e4407 (patch) | |
| tree | e8f1280d7479efefe71879ca2d9e78fbe327b405 /databases/pgpool-II-30/Makefile | |
| parent | 088b4fa7df37b5bea6880adfa83fcc36d9e7dc6a (diff) | |
Diffstat (limited to 'databases/pgpool-II-30/Makefile')
| -rw-r--r-- | databases/pgpool-II-30/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile deleted file mode 100644 index f69efaf4831a..000000000000 --- a/databases/pgpool-II-30/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool -PORTVERSION= 3.1.1 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/980/ - -MAINTAINER= whitekid@gmail.com -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes - -USE_RC_SUBR= pgpool - -PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp - -MAN8= pgpool.8 - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.endif - -.include <bsd.port.mk> |
