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/ibp/Makefile | |
parent | b917b06e485be919cfbff08a2d6481b5709d5284 (diff) | |
download | ports-56fbba99aadb4c69d7dc972908304749fb8188c0.tar.gz ports-56fbba99aadb4c69d7dc972908304749fb8188c0.zip |
Notes
Diffstat (limited to 'comms/ibp/Makefile')
-rw-r--r-- | comms/ibp/Makefile | 3 |
1 files changed, 2 insertions, 1 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> |