Changeset 83065
- Timestamp:
- 08/24/11 19:57:05 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/gnome/mlview/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/gnome/mlview/Portfile
r82354 r83065 15 15 master_sites gnome:sources/${name}/${branch}/ 16 16 checksums md5 85383331e5bb6d59293cee5b86595284 17 depends_build port:intltool 18 depends_lib lib:libgnomeprintui-2-2:libgnomeprintui17 depends_build port:intltool port:pkgconfig 18 depends_lib port:libgnomeprintui 19 19 use_bzip2 yes 20 20 configure.args --mandir=${prefix}/share/man \ 21 21 --with-gconf-source="xml::${destroot}${prefix}/etc/gconf/gconf.xml.defaults" 22 configure.cppflags-append "-L${prefix}/lib" 23 configure.cflags-append -flat_namespace -undefined suppress 24 pre-destroot { file mkdir -f ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/ } 22 pre-destroot { file mkdir ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/ } 25 23 post-destroot { 26 file delete ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml 27 file delete ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml28 file delete${destroot}${prefix}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml24 file delete ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/apps/%gconf.xml \ 25 ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/schemas/%gconf.xml \ 26 ${destroot}${prefix}/etc/gconf/gconf.xml.defaults/apps/%gconf.xml 29 27 } 30 28
Note: See TracChangeset
for help on using the changeset viewer.

