]> gitweb @ CieloNegro.org - pkgsrc-xorg-server.git/blobdiff - INSTALL
At least it compiles now. Hope it works too...
[pkgsrc-xorg-server.git] / INSTALL
diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..9878ca1
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,10 @@
+# -*- sh -*-
+# $NetBSD$
+#
+case ${STAGE} in
+    POST-INSTALL)
+        if [ ! -e "/Applications/Utilities/X11.app" ];
+            ln -s "@DARWIN_X11_APP_DIR@/X11.app" "/Applications/Utilities"
+        fi
+        ;;
+esac