diff options
author | db <db@FreeBSD.org> | 2008-08-06 22:06:57 +0800 |
---|---|---|
committer | db <db@FreeBSD.org> | 2008-08-06 22:06:57 +0800 |
commit | ffb9892453a56b297cae14d5ec5e69702155d60d (patch) | |
tree | c4bb0a89882588a1e5a5ed722741323ffe814e27 /comms | |
parent | 5a012e44f84709b0f61b667cc15f9d2e372a57b8 (diff) | |
download | freebsd-ports-gnome-ffb9892453a56b297cae14d5ec5e69702155d60d.tar.gz freebsd-ports-gnome-ffb9892453a56b297cae14d5ec5e69702155d60d.tar.zst freebsd-ports-gnome-ffb9892453a56b297cae14d5ec5e69702155d60d.zip |
- Use the vendor supplied man page which I missed.
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 |