diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:28:26 +0000 |
commit | 24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7 (patch) | |
tree | cc236421116057568097d330d79f3e50bebbe8b4 /x11/xview-clients | |
parent | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (diff) | |
download | pkgsrc-24a46ed346b4e0c41e9944cb1c53f4acf5faa3b7.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'x11/xview-clients')
-rw-r--r-- | x11/xview-clients/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xview-clients/Makefile b/x11/xview-clients/Makefile index 1000a6b3ead..2a41786d012 100644 --- a/x11/xview-clients/Makefile +++ b/x11/xview-clients/Makefile @@ -1,11 +1,10 @@ -# $NetBSD: Makefile,v 1.21 2003/07/17 22:57:05 grant Exp $ +# $NetBSD: Makefile,v 1.22 2004/01/20 12:28:29 agc Exp $ # $FreeBSD Id: Makefile,v 1.11 1996/11/16 10:49:52 asami Exp # DISTNAME= xview3.2p1-X11R6 PKGNAME= xview-clients-3.2.1 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/${DISTNAME}/clients CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -18,6 +17,7 @@ NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL EXTRACT_ELEMENTS= ${DISTNAME}/clients ${DISTNAME}/images +WRKSRC= ${WRKDIR}/${DISTNAME}/clients USE_BUILDLINK2= # defined USE_IMAKE= # defined |