diff --git a/www/p5-Apache-MP3/pkg/DEINSTALL b/www/p5-Apache-MP3/pkg/DEINSTALL deleted file mode 100644 index bb4cf93dec1..00000000000 --- a/www/p5-Apache-MP3/pkg/DEINSTALL +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh -# -# $OpenBSD: DEINSTALL,v 1.3 2002/08/25 19:26:21 naddy Exp $ -# -# apache_mp3 de-installation - -set -e -PATH=/bin:/usr/bin:/sbin:/usr/sbin -PREFIX=${PKG_PREFIX:-/usr/local} -CONF=`/usr/sbin/apxs -q SYSCONFDIR`/httpd.conf - -echo -echo "+---------------" -echo "| To completely deinstall the $1 package you have to" -echo "| revert the changes to your ${CONF}." -echo "|" -echo "| Do not do this if you plan on re-installing the $1" -echo "| package at some future time." -echo "+---------------" -echo - -exit 0 diff --git a/www/p5-Apache-MP3/pkg/MESSAGE b/www/p5-Apache-MP3/pkg/MESSAGE index 7d071b4e5b4..8e5747225b5 100644 --- a/www/p5-Apache-MP3/pkg/MESSAGE +++ b/www/p5-Apache-MP3/pkg/MESSAGE @@ -1,10 +1,6 @@ +To finish the installation of Apache::MP3, you need to setup +your webserver. Add an Alias to your httpd.conf -+--------------- -| To finish the installation of Apache::MP3, you need to setup -| your webserver. Add an Alias to your httpd.conf -| -| Alias /apache_mp3/ "${PREFIX}/share/apache_mp3/" -| -| and look at the Apache::MP3 manpage for further information. -+--------------- + Alias /apache_mp3/ "${PREFIX}/share/apache_mp3/" +and look at the Apache::MP3 manpage for further information. diff --git a/www/p5-Apache-MP3/pkg/UNMESSAGE b/www/p5-Apache-MP3/pkg/UNMESSAGE new file mode 100644 index 00000000000..c054568109b --- /dev/null +++ b/www/p5-Apache-MP3/pkg/UNMESSAGE @@ -0,0 +1,5 @@ +To completely deinstall the p5-Apache-MP3 package you have +to revert the changes to your httpd.conf. + +Do not do this if you plan on re-installing the p5-Apache-MP3 +package at some future time.