diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 14:19:06 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-03-10 14:19:06 +0000 |
commit | f610a768744dd6ec478e8e2b42a346d85ab1017c (patch) | |
tree | 686b322c6f9f1970f4304713cfa27c7d1fc01b49 /net-p2p | |
parent | 812b2fd17b5daefa9e9892a92ff30c732817bbb5 (diff) | |
download | ports-f610a768744dd6ec478e8e2b42a346d85ab1017c.tar.gz ports-f610a768744dd6ec478e8e2b42a346d85ab1017c.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/hx/Makefile | 12 | ||||
-rw-r--r-- | net-p2p/hx/pkg-plist | 2 |
2 files changed, 11 insertions, 3 deletions
diff --git a/net-p2p/hx/Makefile b/net-p2p/hx/Makefile index cb5deb9b96e2..1b9077fde92f 100644 --- a/net-p2p/hx/Makefile +++ b/net-p2p/hx/Makefile @@ -7,6 +7,7 @@ PORTNAME= hx PORTVERSION= 0.7.14 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://hx.fortyoz.org/ \ http://members.macconnect.com/users/j/jalex/ @@ -14,6 +15,15 @@ MASTER_SITES= http://hx.fortyoz.org/ \ MAINTAINER= ports@FreeBSD.org COMMENT= A text based Hotline (http://www.bigredh.com) client for Unix +WRKSRC= ${WRKDIR}/${PORTNAME} + GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/hx + +MAN1= hx.1 +PLIST_FILES= bin/hx + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/hx ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/hx.1 ${MANPREFIX}/man/man1 + .include <bsd.port.mk> diff --git a/net-p2p/hx/pkg-plist b/net-p2p/hx/pkg-plist deleted file mode 100644 index 26005f9f7a9c..000000000000 --- a/net-p2p/hx/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/hx -man/man1/hx.1 |