summaryrefslogtreecommitdiff
path: root/x11/xpkgwedge/files/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xpkgwedge/files/Imakefile')
-rw-r--r--x11/xpkgwedge/files/Imakefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/x11/xpkgwedge/files/Imakefile b/x11/xpkgwedge/files/Imakefile
deleted file mode 100644
index c1bca3a885b..00000000000
--- a/x11/xpkgwedge/files/Imakefile
+++ /dev/null
@@ -1,13 +0,0 @@
-#
-# $NetBSD: Imakefile,v 1.2 1998/08/07 11:18:26 agc Exp $
-#
-# in case this hack is already installed
-X11_ROOT ?= ProjectRoot
-PREFIX = ${X11_ROOT}
-
-install::
- ${BSD_INSTALL_DATA} xpkgwedge.def ${CONFIGDIR}
- @echo updating ${CONFIGDIR}/host.def
- @echo '#include <xpkgwedge.def>' >${CONFIGDIR}/host.def.new
- @grep -v xpkgwedge ${CONFIGDIR}/host.def >>${CONFIGDIR}/host.def.new || true
- @mv -f ${CONFIGDIR}/host.def.new ${CONFIGDIR}/host.def