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 /print/ghostscript-esp | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'print/ghostscript-esp')
-rw-r--r-- | print/ghostscript-esp/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-esp/Makefile.common b/print/ghostscript-esp/Makefile.common index 6b6663d8aee..2114a4c91b9 100644 --- a/print/ghostscript-esp/Makefile.common +++ b/print/ghostscript-esp/Makefile.common @@ -1,10 +1,9 @@ -# $NetBSD: Makefile.common,v 1.12 2004/01/07 02:21:16 jlam Exp $ +# $NetBSD: Makefile.common,v 1.13 2004/01/20 12:24:28 agc Exp $ DISTNAME= espgs-${GS_VERS}-source BASEGS_VERS= 7.07 PKGREVISION= 1 GS_VERS= ${BASEGS_VERS}.1 -WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} CATEGORIES= print MASTER_SITES= ftp://ftp.easysw.com/pub/ghostscript/ \ ftp://ftp2.easysw.com/pub/ghostscript/ \ @@ -23,6 +22,7 @@ CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* DEPENDS+= ghostscript-fonts-6.0:../../fonts/ghostscript-fonts +WRKSRC= ${WRKDIR}/${DISTNAME:S/-source//} USE_BUILDLINK2= yes USE_PKGINSTALL= yes USE_GMAKE= yes |