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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /print/cupsomatic-ppds | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/cupsomatic-ppds')
-rw-r--r-- | print/cupsomatic-ppds/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cupsomatic-ppds/Makefile b/print/cupsomatic-ppds/Makefile index 8745978b36a..58ef2fa7ffd 100644 --- a/print/cupsomatic-ppds/Makefile +++ b/print/cupsomatic-ppds/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2003/07/21 17:16:19 martti Exp $ +# $NetBSD: Makefile,v 1.9 2004/01/20 12:24:28 agc Exp $ DISTNAME= all-com-ppds PKGNAME= cupsomatic-ppds-20010515 PKGREVISION= 1 -WRKSRC= ${WRKDIR}/cupsomatic-ppd CATEGORIES= print # Not sure why ${MASTER_SITE_LOCAL:=${PKGNAME}} doesn't work, but the @@ -26,6 +25,7 @@ COMMENT= Free software printer drivers for use with CUPS CONFLICTS+= cupsomatic-200012?? +WRKSRC= ${WRKDIR}/cupsomatic-ppd DIST_SUBDIR= ${PKGNAME_NOREV} DEPENDS+= cups>=1.1.14nb1:../../print/cups |