diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-12 18:29:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-12 18:29:24 +0000 |
commit | 288aa7ecbea29dc650d4cd7ef0454eced06225b1 (patch) | |
tree | eb36b29b124d65d106250d9a51ae6ea2875f9ae0 /japanese | |
parent | c5c1809be0c446a49948692cfb6f7d3576ea3734 (diff) | |
download | pkgsrc-288aa7ecbea29dc650d4cd7ef0454eced06225b1.tar.gz |
add ${DIST_SUBDIR} to file paths where needed
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/vfghostscript5/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile index c69fac13762..aff06a9a89f 100644 --- a/japanese/vfghostscript5/Makefile +++ b/japanese/vfghostscript5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/02/09 20:20:56 tron Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/12 18:29:24 wiz Exp $ # DISTNAME= ja-vfghostscript-5.50 @@ -78,8 +78,8 @@ SCRIPTS_ENV+= CAT="${CAT}" CP="${CP}" MV="${MV}" \ post-extract: ${LN} -s ${BUILD_ROOT}/graphics/jpeg/${WRKDIR:T}/jpeg-6b ${WRKSRC}/jpeg - cd ${WRKSRC} && unzip -uLa ${DISTDIR}/${HP850_DRV} - ${CP} ${DISTDIR}/${PDF_SEC} ${WRKSRC} + cd ${WRKSRC} && unzip -uLa ${DISTDIR}/${DIST_SUBDIR}/${HP850_DRV} + ${CP} ${DISTDIR}/${DIST_SUBDIR}/${PDF_SEC} ${WRKSRC} pre-patch: cd ${WRKDIR} ; ${PATCH} -s -p0 < gs5.50-vflib-1.0/gs5.50-vflib-1.0.diff |