summaryrefslogtreecommitdiff
path: root/misc/compat8x/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'misc/compat8x/pkg-descr')
-rw-r--r--misc/compat8x/pkg-descr12
1 files changed, 0 insertions, 12 deletions
diff --git a/misc/compat8x/pkg-descr b/misc/compat8x/pkg-descr
deleted file mode 100644
index c618eca5c087..000000000000
--- a/misc/compat8x/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-This package allows you to install the compat7x libraries on your
-system, so you can use legacy binaries that depend on them.
-
-Ports usage example:
-
---
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800105
-LIB_DEPENDS+= alias.6:${PORTSDIR}/misc/compat7x
-.endif
---