- Use SHARED_ONLY

- Replace DEINSTALL script with @unexec and UNMESSAGE
- Bump PKGNAME

ok jcs@
This commit is contained in:
alek 2005-02-07 12:11:09 +00:00
parent e42bc01176
commit 86ae180381
4 changed files with 13 additions and 32 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.12 2005/01/14 17:33:17 jcs Exp $
# $OpenBSD: Makefile,v 1.13 2005/02/07 12:11:09 alek Exp $
# This port currently only works with archs supporting dynamic loading
# and has Apache that supports DSO's.
NOT_FOR_ARCHS= ${NO_SHARED_ARCHS}
SHARED_ONLY= Yes
DISTNAME= mod_auth_radius-1.5.7
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= www
# Apache

View File

@ -1,28 +0,0 @@
#!/bin/sh
#
# $OpenBSD: DEINSTALL,v 1.2 2003/07/19 22:41:25 naddy Exp $
#
# mod_auth_radius de-installation
set -e
PATH=/bin:/usr/bin:/sbin:/usr/sbin
PREFIX=${PKG_PREFIX:-/usr/local}
CONF=`apxs -q SYSCONFDIR`/httpd.conf
MODULE=/usr/lib/apache/modules/mod_auth_radius.so
rm -f ${MODULE}
echo
echo "+---------------"
echo "| To completely deinstall the $1 package you"
echo "| need to perform these steps as root:"
echo "|"
echo "| edit ${CONF}"
echo "| remove the line LoadModule auth_radius_module"
echo "|"
echo "| Do not do this if you plan on re-installing the $1"
echo "| package at some future time."
echo "+---------------"
echo
exit 0

View File

@ -1,6 +1,7 @@
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:49:50 espie Exp $
@comment $OpenBSD: PLIST,v 1.3 2005/02/07 12:11:09 alek Exp $
lib/mod_auth_radius.so
sbin/mod_auth_radius-enable
share/examples/mod_auth_radius/
share/examples/mod_auth_radius/htaccess-example
share/examples/mod_auth_radius/httpd.conf-example
@unexec rm -f /usr/lib/apache/modules/mod_auth_radius.so

View File

@ -0,0 +1,8 @@
To completely deinstall the mod_auth_radius package you
need to perform these steps as root:
edit /var/www/conf/httpd.conf
remove the line LoadModule auth_radius_module
Do not do this if you plan on re-installing the
mod_auth_radius package at some future time.