# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # fmio # fmio/pkg-plist # fmio/Makefile # fmio/pkg-comment # fmio/pkg-descr # fmio/distinfo # echo c - fmio mkdir -p fmio > /dev/null 2>&1 echo x - fmio/pkg-plist sed 's/^X//' >fmio/pkg-plist << 'END-of-fmio/pkg-plist' Xbin/fmio END-of-fmio/pkg-plist echo x - fmio/Makefile sed 's/^X//' >fmio/Makefile << 'END-of-fmio/Makefile' X# New ports collection makefile for: fmio X# Date created: 10 Feb 2001 X# Whom: Den Ivanov <d.s.div@bigfoot.com> X# X# $FreeBSD$ X# X XPORTNAME= fmio XPORTVERSION= 1.0.12 XCATEGORIES= audio X#MASTER_SITES= http://www.jumbo.narod.ru/src/fmio-1.0.12.tar.gz XMASTER_SITES= http://www.jumbo.narod.ru/src/ X XMAINTAINER= d.s.div@bigfoot.com X XMAN1= fmio.1 X X.include <bsd.port.mk> END-of-fmio/Makefile echo x - fmio/pkg-comment sed 's/^X//' >fmio/pkg-comment << 'END-of-fmio/pkg-comment' XFM radio card manipulation utility END-of-fmio/pkg-comment echo x - fmio/pkg-descr sed 's/^X//' >fmio/pkg-descr << 'END-of-fmio/pkg-descr' XSmall utility to manipulate fm radio card. X XWWW: http://jumbo.narod.ru/openbsd.html END-of-fmio/pkg-descr echo x - fmio/distinfo sed 's/^X//' >fmio/distinfo << 'END-of-fmio/distinfo' XMD5 (fmio-1.0.12.tar.gz) = 46dabb20d3ce3be9713243a4e9f707ad END-of-fmio/distinfo exit
State Changed From-To: open->closed Committed, thanks. I don't think you tested this port very well, because "make deinstall" failed on the manpage. The man target in the distribution Makefile sucks, so I used a regex to get rid of it, and do the MAN1 install properly.