diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:07:06 +0000 |
commit | dc52048e014fdad9bb69ef9db159835a61c8dd4d (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /chat/zephyr | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'chat/zephyr')
-rw-r--r-- | chat/zephyr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/zephyr/Makefile b/chat/zephyr/Makefile index 01e2b7dbe38..9a7a194176d 100644 --- a/chat/zephyr/Makefile +++ b/chat/zephyr/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 19:41:50 seb Exp $ +# $NetBSD: Makefile,v 1.2 2004/01/20 12:09:35 agc Exp $ # DISTNAME= zephyr-20010518 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/zephyr CATEGORIES= chat net MASTER_SITES= ftp://athena-dist.mit.edu/pub/ATHENA/zephyr/ @@ -11,6 +10,7 @@ MAINTAINER= sommerfeld@NetBSD.org HOMEPAGE= http://web.mit.edu/olh/Zephyr/index.html COMMENT= Project Athena's original Instant Messaging system +WRKSRC= ${WRKDIR}/zephyr USE_BUILDLINK2= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES |