diff options
author | wiz <wiz@pkgsrc.org> | 2003-09-19 09:38:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-09-19 09:38:03 +0000 |
commit | e6d028cb670f3993be360ea16e6b7c429b7dc460 (patch) | |
tree | 23730820358014480c37581c47ffc4bd1f9862ee /print | |
parent | 6a2c25570b39859af4752a5fd8e885235d1a8635 (diff) | |
download | pkgsrc-e6d028cb670f3993be360ea16e6b7c429b7dc460.tar.gz |
Add {DE,}INSTALL_EXTRA_TMPL. Noted missing in PR 22743 by
Kouichirou Hiratsuka.
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-ptex-bin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index 357240ad214..d7acbcc6230 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 17:16:24 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/09/19 09:38:03 wiz Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -24,6 +24,9 @@ SITES_mendexk2.5.tar.gz= \ DEPENDS+= ja-ptex-share>=2.1:../../print/ja-ptex-share +INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL +DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL + .include "../../print/teTeX2-bin/Makefile.common" PTEX_VERS= 3.1.2 |