diff options
author | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-03-29 12:40:00 +0000 |
commit | 95b3e3e2360a18f5efbc61ef85a063b7481be09f (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /comms/minicom | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
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 49b7b6925f1..ccb804515bb 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.27 2003/01/28 22:03:10 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2003/03/29 12:40:20 jmmv Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.83.1 +WRKSRC= ${WRKDIR}/${PKGNAME}/src CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \ http://www.pp.clinet.fi/~walker/ @@ -21,7 +22,6 @@ USE_PKGINSTALL= yes USE_GMAKE= yes NO_CONFIGURE= yes -WRKSRC= ${WRKDIR}/${PKGNAME}/src PKG_SYSCONFSUBDIR= minicom EGDIR= ${PREFIX}/share/examples/minicom |