diff options
author | agc <agc> | 2004-01-20 12:07:06 +0000 |
---|---|---|
committer | agc <agc> | 2004-01-20 12:07:06 +0000 |
commit | 0bc53217fe50327f0f59e7136db15f92f75951d9 (patch) | |
tree | 28fc431efa48feea798736cefee933a6529a5c91 /devel/uml | |
parent | 4ef418cfdcfbcc2f20fac9453fb8f2e2d95bf05a (diff) | |
download | pkgsrc-0bc53217fe50327f0f59e7136db15f92f75951d9.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'devel/uml')
-rw-r--r-- | devel/uml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/uml/Makefile b/devel/uml/Makefile index 3ac9e89d6e7..f6ba2110de1 100644 --- a/devel/uml/Makefile +++ b/devel/uml/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2004/01/03 18:49:39 reed Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:13:29 agc Exp $ DISTNAME= uml-1.0.3-1 PKGNAME= uml-1.0.3 PKGREVISION= 4 -WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=uml/} @@ -13,6 +12,7 @@ COMMENT= UML Modelling tool BUILD_DEPENDS+= qt2-designer-kde>=2.3.1nb2:../../x11/qt2-designer-kde +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES |