diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /print/acroread3 | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'print/acroread3')
-rw-r--r-- | print/acroread3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/acroread3/Makefile b/print/acroread3/Makefile index 75fdc6b27cd..750e0a4f319 100644 --- a/print/acroread3/Makefile +++ b/print/acroread3/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.21 2003/03/26 04:05:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.22 2003/03/29 12:42:13 jmmv Exp $ PKGNAME= acroread3-3.01 +WRKSRC= ${WRKDIR} CATEGORIES= print MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/3.x/ @@ -56,7 +57,6 @@ DISTNAME= ${PKGNAME} LDD?= ${TRUE} .endif -WRKSRC= ${WRKDIR} PLIST_SRC= ${PKGDIR}/PLIST.pre \ ${PKGDIR}/PLIST.${LOWER_OPSYS}-${MACHINE_ARCH} \ ${PKGDIR}/PLIST.post |