Lines 6-12
Link Here
|
6 |
# $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $ |
6 |
# $FreeBSD: ports/databases/postgresql/Makefile,v 1.47 1999/08/31 06:41:22 mharo Exp $ |
7 |
# |
7 |
# |
8 |
|
8 |
|
9 |
DISTNAME= postgresql-6.5.1 |
9 |
DISTNAME= postgresql-6.5.2 |
10 |
CATEGORIES= databases |
10 |
CATEGORIES= databases |
11 |
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ |
11 |
MASTER_SITES= ftp://ftp.postgresql.org/pub/ \ |
12 |
ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ |
12 |
ftp://ftp.iodynamics.com/pub/mirror/postgresql/ \ |
Lines 106-118
Link Here
|
106 |
${WRKSRC}/Makefile.global.in.old \ |
106 |
${WRKSRC}/Makefile.global.in.old \ |
107 |
>> ${WRKSRC}/Makefile.global.in |
107 |
>> ${WRKSRC}/Makefile.global.in |
108 |
|
108 |
|
109 |
.if defined(USE_TCL) |
109 |
# pgaccess (accidentally?) removed from distribution, so leave it for now |
110 |
@ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ |
110 |
#.if defined(USE_TCL) |
111 |
${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig |
111 |
# @ ${MV} ${WRKSRC}/bin/pgaccess/pgaccess.tcl \ |
112 |
@ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ |
112 |
# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig |
113 |
${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ |
113 |
# @ ${SED} -e "s=/usr/bin/wish=`/usr/bin/which wish8.0`=" \ |
114 |
>> ${WRKSRC}/bin/pgaccess/pgaccess.tcl |
114 |
# ${WRKSRC}/bin/pgaccess/pgaccess.tcl.orig \ |
115 |
.endif |
115 |
# >> ${WRKSRC}/bin/pgaccess/pgaccess.tcl |
|
|
116 |
#.endif |
116 |
|
117 |
|
117 |
post-build: |
118 |
post-build: |
118 |
|
119 |
|