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/cups | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index eddc8f32383..2d02436ccc3 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2004/01/10 03:32:09 jlam Exp $ +# $NetBSD: Makefile,v 1.71 2004/01/20 12:24:28 agc Exp $ # # The CUPS author is very good about taking back changes into the main # CUPS distribution. The correct place to send patches or bug-fixes is: @@ -10,7 +10,6 @@ PKGREVISION= # empty BASE_VERS= 1.1.20 DIST_VERS= ${BASE_VERS} VERS= ${DIST_VERS:S/-/./g} -WRKSRC= ${WRKDIR}/cups-${BASE_VERS} CATEGORIES= print MASTER_SITES= ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \ ftp://ftp2.easysw.com/pub/cups/${BASE_VERS}/ \ @@ -28,6 +27,7 @@ CONFLICTS+= LPRng-[0-9]* LPRng-core-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews +WRKSRC= ${WRKDIR}/cups-${BASE_VERS} UNLIMIT_RESOURCES= datasize memorysize USE_BUILDLINK3= yes USE_PKGINSTALL= yes |