aboutsummaryrefslogtreecommitdiff
path: root/editors/hnb/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2003-02-14 20:41:08 +0000
committerPatrick Li <pat@FreeBSD.org>2003-02-14 20:41:08 +0000
commite7319382bd5fd05947d873006778b34e967a27e2 (patch)
tree952762d0f12cbfd4f37dd40a45c576152781a467 /editors/hnb/Makefile
parentf6b149851c625a642f53f80ef81cd9e295d7144d (diff)
downloadports-e7319382bd5fd05947d873006778b34e967a27e2.tar.gz
ports-e7319382bd5fd05947d873006778b34e967a27e2.zip
Notes
Diffstat (limited to 'editors/hnb/Makefile')
-rw-r--r--editors/hnb/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/editors/hnb/Makefile b/editors/hnb/Makefile
index 53bfb72c4541..ac7cbdfb7618 100644
--- a/editors/hnb/Makefile
+++ b/editors/hnb/Makefile
@@ -6,15 +6,21 @@
#
PORTNAME= hnb
-PORTVERSION= 1.8.1
+PORTVERSION= 1.9.8
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= pat@FreeBSD.org
-GNU_CONFIGURE= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
+USE_GMAKE= yes
+ALL_TARGET=
MAN1= hnb.1
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/hnb ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/../doc/hnb.1 ${MANPREFIX}/man/man1
+
.include <bsd.port.mk>