mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@98256 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
818 B
Diff
12 lines
818 B
Diff
--- pkg/mac/Makefile 2012-05-18 15:31:04.000000000 +0300
|
|
+++ pkg/mac/Makefile 2012-05-18 15:31:30.000000000 +0300
|
|
@@ -396,8 +396,6 @@
|
|
$(install_sh_DATA) pgadmin.Info.plist $(bundledir)/Contents/Info.plist
|
|
$(install_sh_DATA) "pgAdmin3.icns" "$(bundledir)/Contents/Resources/pgAdmin3.icns"
|
|
$(install_sh_DATA) "sql.icns" "$(bundledir)/Contents/Resources/sql.icns"
|
|
- $$($(WX_CONFIG) --rescomp | sed 's/-t[[:space:]]*APPL//') \
|
|
- "$(bundledir)/Contents/Resources/pgAdmin3.rsrc" -useDF
|
|
$(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dump" "$(bundledir)/Contents/SharedSupport/pg_dump"
|
|
$(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_dumpall" "$(bundledir)/Contents/SharedSupport/pg_dumpall"
|
|
$(install_sh_PROGRAM) "$$($(PG_CONFIG) --bindir)/pg_restore" "$(bundledir)/Contents/SharedSupport/pg_restore"
|