diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-18 14:44:43 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-18 14:44:43 +0800 |
commit | 9c005a7e71dac37153e8ba36ff916e81fa1c38ee (patch) | |
tree | af2009671c40417784c39e977af31de3ec5dc769 /databases/pgaccess/Makefile | |
parent | 56888baf67deebbf6f09d04798a424866efed453 (diff) | |
download | freebsd-ports-gnome-9c005a7e71dac37153e8ba36ff916e81fa1c38ee.tar.gz freebsd-ports-gnome-9c005a7e71dac37153e8ba36ff916e81fa1c38ee.tar.zst freebsd-ports-gnome-9c005a7e71dac37153e8ba36ff916e81fa1c38ee.zip |
Remove pgaccess as it is already in postgresql( you can install only
pgaccess via the postgresql port)
PR: 26759
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'databases/pgaccess/Makefile')
-rw-r--r-- | databases/pgaccess/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/databases/pgaccess/Makefile b/databases/pgaccess/Makefile deleted file mode 100644 index cb9d3d4bf63f..000000000000 --- a/databases/pgaccess/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: pgaccess -# Date created: Sat Oct 4 20:03:46 CEST 1997 -# Whom: Andreas Klemm <andreas@klemm.gtn.com> -# -# $FreeBSD$ -# - -PORTNAME= pgaccess -PORTVERSION= 0.98.7 -CATEGORIES= databases -MASTER_SITES= http://www.flex.ro/pgaccess/download/ - -MAINTAINER= ports@FreeBSD.org - -RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 -LIB_DEPENDS= pgtcl.2:${PORTSDIR}/databases/postgresql7 - -WRKSRC= ${WRKDIR}/pgaccess -NO_BUILD= yes - -do-install: - @${MKDIR} ${PREFIX}/share/pgaccess - @cd ${WRKSRC} && /bin/pax -rwp p copyright.html main.tcl lib images ${PREFIX}/share/pgaccess -.if !defined(NOPORTDOCS) - @cd ${WRKSRC} && /bin/pax -rwp p README demo doc ${PREFIX}/share/pgaccess -.endif - @${SED} -e 's:!!LOCALBASE!!:${LOCALBASE}:' ${WRKSRC}/pgaccess |\ - ${SED} -e 's:!!PREFIX!!:${PREFIX}:' > ${PREFIX}/bin/pgaccess - @${CHMOD} 555 ${PREFIX}/bin/pgaccess -.include <bsd.port.mk> |