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 /print/pcps | |
parent | 4815b5463ae62763c7f76ef59cf137fd64490912 (diff) | |
download | pkgsrc-95b3e3e2360a18f5efbc61ef85a063b7481be09f.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'print/pcps')
-rw-r--r-- | print/pcps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/pcps/Makefile b/print/pcps/Makefile index 2da485785b2..93889973a1e 100644 --- a/print/pcps/Makefile +++ b/print/pcps/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.5 2001/12/04 11:54:31 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2003/03/29 12:42:16 jmmv Exp $ # DISTNAME= pcps840 PKGNAME= pcps-8.40 +WRKSRC= ${WRKDIR} CATEGORIES= print textproc MASTER_SITES= ftp://garbo.uwasa.fi/unix/pcps/ @@ -14,7 +15,6 @@ MAKEFILE= makefile ALL_TARGET= MAKE_ENV+= "CC=${CC} ${CFLAGS} -DUNIX" NO_CONFIGURE= yes -WRKSRC= ${WRKDIR} LICENSE= shareware RESTRICTED= This is shareware for your evaluation and subsequent payment |