diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /misc/heyu | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'misc/heyu')
-rw-r--r-- | misc/heyu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile index 96933245b72..3822f5aa5d8 100644 --- a/misc/heyu/Makefile +++ b/misc/heyu/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/11/11 10:17:39 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:21:02 agc Exp $ # DISTNAME= x10_heyu PKGNAME= x10_heyu-1.35 -WRKSRC= ${WRKDIR}/heyu.dir CATEGORIES= misc MASTER_SITES= http://heyu.tanj.com/ EXTRACT_SUFX= .tgz @@ -13,6 +12,7 @@ HOMEPAGE= http://heyu.tanj.com/ COMMENT= Home Automation Software for the X10 CM11A DIST_SUBDIR= ${PKGNAME_NOREV} +WRKSRC= ${WRKDIR}/heyu.dir CONFIGURE_SCRIPT= ./Configure MAKE_ENV+= DEFAULT_SERIAL_DEVICE=${DEFAULT_SERIAL_DEVICE} |