Ticket #32350: dmapd.install

File dmapd.install, 109 bytes (added by pdvsfh@…, 12 years ago)

install command

Line 
1#!/bin/bash -x
2{
3  port selfupdate
4  port info dmapd
5  port -v -d  install dmapd
6} 2>&1 | tee dmapd.log
7#EOF