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 /devel/hptools | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/hptools')
-rw-r--r-- | devel/hptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/hptools/Makefile b/devel/hptools/Makefile index b1c0e351b04..02b958bd06e 100644 --- a/devel/hptools/Makefile +++ b/devel/hptools/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 21:31:06 grant Exp $ +# $NetBSD: Makefile,v 1.4 2004/01/20 12:13:28 agc Exp $ # DISTNAME= hptools-src-3.0.8 PKGNAME= hptools-3.0.8 -WRKSRC= ${WRKDIR}/Hptools/support CATEGORIES= devel MASTER_SITES= http://www.epita.fr/~avenar_j/hp/product/ @@ -17,6 +16,7 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} LICENSE= hptools-license +WRKSRC= ${WRKDIR}/Hptools/support GNU_CONFIGURE= YES USE_BUILDLINK2= YES |