New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82473


Ignore:
Timestamp:
08/14/11 03:05:31 (4 years ago)
Author:
ciserlohn@…
Message:

npm: remove unnecessary newlines in notes (see #30755)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/devel/npm/Portfile

    r82229 r82473  
    4646} 
    4747 
    48 notes "\ 
    49 * It is not recommended to install packages globally. But if you do so \n\ 
    50 * please be aware that they won't get cleaned up when you deactivate \n\ 
    51 * or uninstall ${name}. Globally installed packages will remain in: \n\ 
    52 * ${prefix}/lib/node_modules/ until you manually delete them. \ 
     48notes " 
     49It is not recommended to install packages globally. But if you do so\ 
     50please be aware that they won't get cleaned up when you deactivate\ 
     51or uninstall ${name}. Globally installed packages will remain in\ 
     52${prefix}/lib/node_modules/ until you manually delete them. 
    5353"  
    5454 
Note: See TracChangeset for help on using the changeset viewer.