diff options
author | jlam <jlam> | 2005-06-12 05:06:11 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-06-12 05:06:11 +0000 |
commit | b233f8e2aa14b78277f8a754f3aaf2566eef61bf (patch) | |
tree | c7d75e10cf1fd5dbfdbf4a943b49ac0c0d1ece71 /x11 | |
parent | b8eecddb6837e09ae3e15ae98d9925ee27c9664d (diff) | |
download | pkgsrc-b233f8e2aa14b78277f8a754f3aaf2566eef61bf.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')
-rw-r--r-- | x11/xterm/INSTALL.openwin (renamed from x11/xterm/INSTALL) | 2 | ||||
-rw-r--r-- | x11/xterm/Makefile | 4 |
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 |