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 /comms/minicom | |
parent | 46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff) | |
download | pkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 9629caab14f..97a21356f6d 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2003/07/17 21:26:52 grant Exp $ +# $NetBSD: Makefile,v 1.37 2004/01/20 12:10:01 agc Exp $ DISTNAME= minicom-1.83.1.src PKGNAME= ${DISTNAME:S/.src//} PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_BACKUP} #MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ @@ -17,6 +16,7 @@ BUILD_USES_MSGFMT= yes DEPENDS+= gkermit-[0-9]*:../../comms/gkermit DEPENDS+= lrzsz-[0-9]*:../../comms/lrzsz +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes |