diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /mail/faces/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'mail/faces/Makefile')
-rw-r--r-- | mail/faces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/faces/Makefile b/mail/faces/Makefile index 0b9e69c33a1..ff91afbf357 100644 --- a/mail/faces/Makefile +++ b/mail/faces/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.35 2003/07/22 14:03:23 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2004/01/20 12:19:43 agc Exp $ DISTNAME= faces-1.6.1 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/faces CATEGORIES= mail MASTER_SITES= ftp://ftp.cs.indiana.edu/pub/faces/faces/faces-1.6.1/ EXTRACT_SUFX= .tar.Z @@ -17,6 +16,7 @@ CONFLICTS= compface-[0-9]* LICENSE= limited-redistribution RESTRICTED= "Distribution not allowed if money exchanged" +WRKSRC= ${WRKDIR}/faces USE_BUILDLINK2= YES USE_X11BASE= YES USE_LIBTOOL= YES |