summaryrefslogtreecommitdiff
path: root/x11/xterm
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-12 05:06:11 +0000
committerjlam <jlam>2005-06-12 05:06:11 +0000
commitfd1551284bb607e3b2ea329e60383d91006e5136 (patch)
treec7d75e10cf1fd5dbfdbf4a943b49ac0c0d1ece71 /x11/xterm
parent291c579435f1c27988f519750ce13537594ca9a1 (diff)
downloadpkgsrc-fd1551284bb607e3b2ea329e60383d91006e5136.tar.gz
Rename the INSTALL script template to INSTALL.openwin so avoid triggering
the special handling in bsd.pkg.mk if ${PKGDIR}/INSTALL exists. This fixes PR pkg/30502.
Diffstat (limited to 'x11/xterm')
-rw-r--r--x11/xterm/INSTALL.openwin (renamed from x11/xterm/INSTALL)2
-rw-r--r--x11/xterm/Makefile4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11/xterm/INSTALL b/x11/xterm/INSTALL.openwin
index f711bd4d216..cb237abc52a 100644
--- a/x11/xterm/INSTALL
+++ b/x11/xterm/INSTALL.openwin
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: INSTALL,v 1.4 2004/05/14 11:34:28 grant Exp $
+# $NetBSD: INSTALL.openwin,v 1.1 2005/06/12 05:06:11 jlam Exp $
PKGNAME=$1
STAGE=$2
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 9bbe5bd9ec7..7f7fa4a4acd 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2005/06/04 17:42:31 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2005/06/12 05:06:11 jlam Exp $
DISTNAME= xterm-202
CATEGORIES= x11
@@ -29,7 +29,7 @@ pre-build:
@${SED} -e 's#@MV@#${MV}#g' \
-e 's#@LOCALBASE@#${LOCALBASE}#g' \
-e 's#@PREFIX@#${PREFIX}#g' \
- ${PKGDIR}/INSTALL >${INSTALL_FILE}
+ ${PKGDIR}/INSTALL.openwin >${INSTALL_FILE}
pre-install:
${SH} ${INSTALL_FILE} ${PKGNAME} PRE-INSTALL