summaryrefslogtreecommitdiff
path: root/comms/minicom
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:07:06 +0000
committeragc <agc>2004-01-20 12:07:06 +0000
commit0bc53217fe50327f0f59e7136db15f92f75951d9 (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /comms/minicom
parent4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff)
downloadpkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'comms/minicom')
-rw-r--r--comms/minicom/Makefile4
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