diff options
author | Diane Bruce <db@FreeBSD.org> | 2008-08-06 14:06:57 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2008-08-06 14:06:57 +0000 |
commit | 56fbba99aadb4c69d7dc972908304749fb8188c0 (patch) | |
tree | 82f0e0f690606f605b4d7b72e6c11a516ab352f6 /comms | |
parent | b917b06e485be919cfbff08a2d6481b5709d5284 (diff) | |
download | ports-56fbba99aadb4c69d7dc972908304749fb8188c0.tar.gz ports-56fbba99aadb4c69d7dc972908304749fb8188c0.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/ibp/Makefile | 3 | ||||
-rw-r--r-- | comms/ibp/files/ibp.1 | 18 |
2 files changed, 2 insertions, 19 deletions
diff --git a/comms/ibp/Makefile b/comms/ibp/Makefile index c5b529e4636f..b1fcc94fa973 100644 --- a/comms/ibp/Makefile +++ b/comms/ibp/Makefile @@ -7,6 +7,7 @@ PORTNAME= ibp PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ \ ${MASTER_SITE_LOCAL} @@ -25,6 +26,6 @@ MANCOMPRESSED= no do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ibp ${PREFIX}/bin/ - ${INSTALL_MAN} ${FILESDIR}/ibp.1 ${MANPREFIX}/man/man1/ibp.1 + ${INSTALL_MAN} ${WRKSRC}/ibp.1 ${MANPREFIX}/man/man1/ibp.1 .include <bsd.port.mk> diff --git a/comms/ibp/files/ibp.1 b/comms/ibp/files/ibp.1 deleted file mode 100644 index 4db4be263402..000000000000 --- a/comms/ibp/files/ibp.1 +++ /dev/null @@ -1,18 +0,0 @@ -.Dd August 4, 2008 -.Os Unix -.Dt ibp 1 -.Sh NAME -.Nm ibp -.Nd International beacon program utility -.Sh SYNOPSIS -This program displays active beacons complete with an X display. -.Sh DESCRIPTION -This little program helps one with monitoring the beacons of the -International Beacon Project, by continuously showing which beacon is -transmitting on which frequency, along with the distance and antenna directions. -.Pp Project Website, Documentation -The latest version can be found at: http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp-0.21.tgz -.Pp -Full documentation is at http://wwwhome.cs.utwente.nl/~ptdeboer/ham/ibp.html -.Sh AUTHORS -Pieter-Tjerk de Boer, pa3fwm@amsat.org |