summaryrefslogtreecommitdiff
path: root/x11/lesstif
diff options
context:
space:
mode:
authorjlam <jlam>2001-10-03 10:03:54 +0000
committerjlam <jlam>2001-10-03 10:03:54 +0000
commitd41c44e0170c9ce0f64c7a30a63131e9b903d766 (patch)
treec014140f49c1301e65bcbbe93f0aa3f23b312819 /x11/lesstif
parentf490726b08c440c4f7483708b3d9109fc0367ff1 (diff)
downloadpkgsrc-d41c44e0170c9ce0f64c7a30a63131e9b903d766.tar.gz
Substitute for more things needed by DEINSTALL/INSTALL.
Diffstat (limited to 'x11/lesstif')
-rw-r--r--x11/lesstif/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile
index 1faf34a4f54..c8bd1832464 100644
--- a/x11/lesstif/Makefile
+++ b/x11/lesstif/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.60 2001/09/14 01:57:44 jlam Exp $
+# $NetBSD: Makefile,v 1.61 2001/10/03 10:03:54 jlam Exp $
COMMENT= API compatible clone of the OSF/Motif toolkit
@@ -17,9 +17,13 @@ DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
INSTALL_FILE= ${WRKDIR}/INSTALL
FILES_SUBST= LOCALBASE=${LOCALBASE}
+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}
+FILES_SUBST+= MV=${MV:Q}
FILES_SUBST+= RM=${RM:Q}
FILES_SUBST+= RMDIR=${RMDIR:Q}
FILES_SUBST+= TRUE=${TRUE:Q}