diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-04 00:06:32 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-04 00:06:32 +0000 |
commit | 3494b1ca904481d12f02aa040fa218f1e9827260 (patch) | |
tree | 5f442d607aa5a5de664f45af3562d829ea670d0f /databases/slony1v2/files | |
parent | 56e736366723452570977d55a24208b50c9640ab (diff) | |
download | ports-3494b1ca904481d12f02aa040fa218f1e9827260.tar.gz ports-3494b1ca904481d12f02aa040fa218f1e9827260.zip |
Upgrade to 1.0.
PR: ports/68639
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=112882
Diffstat (limited to 'databases/slony1v2/files')
-rw-r--r-- | databases/slony1v2/files/patch-installxxid | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/slony1v2/files/patch-installxxid b/databases/slony1v2/files/patch-installxxid new file mode 100644 index 000000000000..af2301f62b14 --- /dev/null +++ b/databases/slony1v2/files/patch-installxxid @@ -0,0 +1,11 @@ +--- src/xxid/Makefile.orig Thu Jul 1 04:24:35 2004 ++++ src/xxid/Makefile Sat Jul 3 19:38:55 2004 +@@ -38,7 +38,7 @@ + rm -f $(SO_NAME) $(SO_OBJS) + rm -f $(SQL_NAME74) + +- ++install: + $(INSTALL_SCRIPT) $(SO_NAME) $(DESTDIR)$(pkglibdir) + for file in $(SQL_NAMES); do \ + $(INSTALL_SCRIPT) $$file $(DESTDIR)$(datadir) || exit ; \ |