summaryrefslogtreecommitdiff
path: root/x11/openmotif/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-09-28 08:54:56 +0000
committerjlam <jlam>2001-09-28 08:54:56 +0000
commit28fc3a58ae87b84a14add1e83086e84b1873cacc (patch)
tree303260e1152b634e6fc16e289f40727ed0a4eac3 /x11/openmotif/Makefile
parent3cbf1540dc1b82d620e2c944518e98f85dc1fb16 (diff)
downloadpkgsrc-28fc3a58ae87b84a14add1e83086e84b1873cacc.tar.gz
Copy some of the code from xpkgwedge's DEINSTALL/INSTALL scripts so that
if ${PREFIX}/lib/X11/config/host.def doesn't exist, it will be created correctly nonetheless.
Diffstat (limited to 'x11/openmotif/Makefile')
-rw-r--r--x11/openmotif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile
index 9498262e5f1..2a413f9fa98 100644
--- a/x11/openmotif/Makefile
+++ b/x11/openmotif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/09/27 23:19:01 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2001/09/28 08:54:56 jlam Exp $
# FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
# OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
@@ -32,6 +32,7 @@ INSTALL_FILE= ${WRKDIR}/INSTALL
FILES_SUBST= X11BASE=${X11BASE}
FILES_SUBST+= CP=${CP:Q}
+FILES_SUBST+= CMP=${CMP:Q}
FILES_SUBST+= ECHO=${ECHO:Q}
FILES_SUBST+= GREP=${GREP:Q}
FILES_SUBST+= LN=${LN:Q}