diff options
author | abs <abs@pkgsrc.org> | 2005-04-13 13:15:47 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2005-04-13 13:15:47 +0000 |
commit | 29ddfdc1f00ce43b27275bbeccccb88819e08a24 (patch) | |
tree | b8ef5bef614d392315fe68e52ed56fdbc8190aa1 /databases | |
parent | 272a0dc4d40ef35f0ae133b04e37dbbfc455b669 (diff) | |
download | pkgsrc-29ddfdc1f00ce43b27275bbeccccb88819e08a24.tar.gz |
Replace share/postgresql80/timezone/Australia/${OPSYS}
with share/postgresql80/timezone/Australia/Darwin
to fix non MacOS X machines. overenthusiastic search & replace?
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql80-server/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql80-server/PLIST b/databases/postgresql80-server/PLIST index a1b82e20e05..7e1c9b11021 100644 --- a/databases/postgresql80-server/PLIST +++ b/databases/postgresql80-server/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2005/04/11 20:34:44 recht Exp $ +@comment $NetBSD: PLIST,v 1.4 2005/04/13 13:15:47 abs Exp $ bin/postgres bin/postmaster lib/postgresql/ascii_and_mic.so @@ -362,7 +362,7 @@ share/postgresql80/timezone/Australia/Adelaide share/postgresql80/timezone/Australia/Brisbane share/postgresql80/timezone/Australia/Broken_Hill share/postgresql80/timezone/Australia/Canberra -share/postgresql80/timezone/Australia/${OPSYS} +share/postgresql80/timezone/Australia/Darwin share/postgresql80/timezone/Australia/Hobart share/postgresql80/timezone/Australia/LHI share/postgresql80/timezone/Australia/Lindeman |