aboutsummaryrefslogtreecommitdiff
path: root/devel/apr2/pkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'devel/apr2/pkg-install')
-rw-r--r--devel/apr2/pkg-install15
1 files changed, 0 insertions, 15 deletions
diff --git a/devel/apr2/pkg-install b/devel/apr2/pkg-install
deleted file mode 100644
index d80f19c88eda..000000000000
--- a/devel/apr2/pkg-install
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-# $FreeBSD$
-
-if [ "$2" != "PRE-INSTALL" ]; then
- exit 0
-fi
-
-pkg_info 'apache-2*' > /dev/null 2<&1
-
-if [ $? = 0 ]; then
- echo "apr-devel cannot currently be installed alongside apache2. sorry."
- exit 1
-fi
-
-exit 0