diff options
Diffstat (limited to 'print/xpdf-japanese/Makefile')
-rw-r--r-- | print/xpdf-japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/xpdf-japanese/Makefile b/print/xpdf-japanese/Makefile index 81d780aa639..3ed3d90bdf1 100644 --- a/print/xpdf-japanese/Makefile +++ b/print/xpdf-japanese/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/21 17:16:32 martti Exp $ +# $NetBSD: Makefile,v 1.10 2003/08/30 22:51:32 jlam Exp $ # DISTNAME= xpdf-japanese @@ -19,6 +19,8 @@ DIST_SUBDIR= ${PKGNAME_NOREV} NO_CONFIGURE= yes NO_BUILD= yes +DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL + post-patch: ${MV} ${WRKSRC}/add-to-xpdfrc ${WRKSRC}/add-to-xpdfrc.orig ${SED} -e 's:/usr/local:'${PREFIX}':g' < ${WRKSRC}/add-to-xpdfrc.orig > ${WRKSRC}/add-to-xpdfrc |