summaryrefslogtreecommitdiff
path: root/net-p2p/hx
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-10 14:19:06 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-10 14:19:06 +0000
commitf610a768744dd6ec478e8e2b42a346d85ab1017c (patch)
tree686b322c6f9f1970f4304713cfa27c7d1fc01b49 /net-p2p/hx
parent- Update to version 1.3.13.1 (diff)
- Support MAN properly
PR: ports/64046 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=103529
Diffstat (limited to 'net-p2p/hx')
-rw-r--r--net-p2p/hx/Makefile12
-rw-r--r--net-p2p/hx/pkg-plist2
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