pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ja-ptex-bin Add {DE,}INSTALL_EXTRA_TMPL. Noted m...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a1f5dad7a4a9
branches:  trunk
changeset: 461678:a1f5dad7a4a9
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 19 09:38:03 2003 +0000

description:
Add {DE,}INSTALL_EXTRA_TMPL. Noted missing in PR 22743 by
Kouichirou Hiratsuka.

diffstat:

 print/ja-ptex-bin/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r ffce1b06ff17 -r a1f5dad7a4a9 print/ja-ptex-bin/Makefile
--- a/print/ja-ptex-bin/Makefile        Fri Sep 19 09:34:21 2003 +0000
+++ b/print/ja-ptex-bin/Makefile        Fri Sep 19 09:38:03 2003 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index