diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /editors/hexedit | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'editors/hexedit')
-rw-r--r-- | editors/hexedit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/hexedit/Makefile b/editors/hexedit/Makefile index 032e88d8007..1d8bf818353 100644 --- a/editors/hexedit/Makefile +++ b/editors/hexedit/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2003/09/28 09:13:56 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/20 12:14:05 agc Exp $ # DISTNAME= hexedit-1.2.2 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/hexedit CATEGORIES= editors MASTER_SITES= http://www.chez.com/prigaux/ EXTRACT_SUFX= .src.tgz @@ -12,6 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.chez.com/prigaux/hexedit.html COMMENT= To view and edit files in hexadecimal or ASCII +WRKSRC= ${WRKDIR}/hexedit GNU_CONFIGURE= yes USE_BUILDLINK2= yes |