summaryrefslogtreecommitdiff
path: root/editors/hexedit
diff options
context:
space:
mode:
authorsnj <snj>2004-04-11 08:03:29 +0000
committersnj <snj>2004-04-11 08:03:29 +0000
commitdf33abb5a8be5f62c103e15900f018d800682cd1 (patch)
tree58635f92996cb76bf31c054ae77ec6a8b04d1391 /editors/hexedit
parent22c90dca8f760e2271362c92fb5e58e80fc794f0 (diff)
downloadpkgsrc-df33abb5a8be5f62c103e15900f018d800682cd1.tar.gz
Convert to buildlink3.
Diffstat (limited to 'editors/hexedit')
-rw-r--r--editors/hexedit/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile
index 1d8bf818353..fa289bf4707 100644
--- a/editors/hexedit/Makefile
+++ b/editors/hexedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/01/20 12:14:05 agc Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/11 08:12:34 snj Exp $
#
DISTNAME= hexedit-1.2.2
@@ -13,7 +13,7 @@ COMMENT= To view and edit files in hexadecimal or ASCII
WRKSRC= ${WRKDIR}/hexedit
GNU_CONFIGURE= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hexedit
@@ -21,5 +21,5 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
-.include "../../devel/ncurses/buildlink2.mk"
+.include "../../devel/ncurses/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"