diff options
author | cjs <cjs@pkgsrc.org> | 2005-07-07 07:54:58 +0000 |
---|---|---|
committer | cjs <cjs@pkgsrc.org> | 2005-07-07 07:54:58 +0000 |
commit | 333280ddcc5151e9762a066b34974da8e0646860 (patch) | |
tree | aebb7a2e67787c0bc349a9d663aac5360f80388f /databases/pgtcl/patches | |
parent | ff1362130f70d1313435483f410f532ad2963bf7 (diff) | |
download | pkgsrc-333280ddcc5151e9762a066b34974da8e0646860.tar.gz |
TCL interface to PostgreSQL, version 1.5.
Diffstat (limited to 'databases/pgtcl/patches')
-rw-r--r-- | databases/pgtcl/patches/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/databases/pgtcl/patches/patch-aa b/databases/pgtcl/patches/patch-aa new file mode 100644 index 00000000000..1c340643346 --- /dev/null +++ b/databases/pgtcl/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.1 2005/07/07 07:54:58 cjs Exp $ + +--- Makefile.in.orig 2005-07-07 16:13:41.000000000 +0900 ++++ Makefile.in 2005-07-07 16:13:43.000000000 +0900 +@@ -167,7 +167,7 @@ + # for the BINARIES that you specified above have already been done. + #======================================================================== + +-all: binaries libraries doc ++all: binaries libraries + + #======================================================================== + # The binaries target builds executable programs, Windows .dll's, unix +@@ -186,7 +186,7 @@ + @echo " xml2nroff sample.xml > sample.n" + @echo " xml2html sample.xml > sample.html" + +-install: all install-binaries install-libraries install-doc ++install: all install-binaries install-libraries + + install-binaries: binaries install-lib-binaries install-bin-binaries + |