Ticket #19469 (closed defect: fixed)
wakeonlan @0.41_0 not staging
| Reported by: | hamid.ohadi@… | Owned by: | macsforever2000@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | wakeonlan |
Description (last modified by macsforever2000@…) (diff)
---> Staging wakeonlan into destroot Error: Target org.macports.destroot returned: xinstall: Cannot stat: /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_wakeonlan/work/wakeonlan-0.41/blib/man1/wakeonlan.1, No such file or directory Error: Status 1 encountered during processing.
Attachments
Change History
comment:1 Changed 4 years ago by macsforever2000@…
- Owner changed from macports-tickets@… to mww@…
- Description modified (diff)
comment:2 Changed 4 years ago by shoanm@…
This should fix it.
--- Portfile.orig 2009-07-16 16:51:15.000000000 +0530
+++ Portfile 2009-07-16 16:52:02.000000000 +0530
@@ -28,7 +28,7 @@
destroot {
xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
- xinstall -m 644 ${worksrcpath}/blib/man1/wakeonlan.1 \
+ xinstall -m 644 ${worksrcpath}/blib/man1/wakeonlan.1pm \
${destroot}${prefix}/share/man/man1/
xinstall -m 755 ${worksrcpath}/blib/script/wakeonlan \
${destroot}${prefix}/bin/
Note: See
TracTickets for help on using
tickets.

