/usr/X11R6 -> /usr/local
This commit is contained in:
parent
e646ace176
commit
5ba1e87d55
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: DEINSTALL,v 1.1.1.1 1999/04/18 20:48:05 brad Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2000/06/15 18:39:30 brad Exp $
|
||||
#
|
||||
# fnlib de-installation
|
||||
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/X11R6}
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=/etc/fnrc
|
||||
|
||||
if [ -f ${CONFIG_FILE} ]; then
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: INSTALL,v 1.1.1.1 1999/04/18 20:48:05 brad Exp $
|
||||
# $OpenBSD: INSTALL,v 1.2 2000/06/15 18:39:30 brad Exp $
|
||||
#
|
||||
# Pre/post-installation setup of fnlib
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
#
|
||||
set -e
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||
PREFIX=${PKG_PREFIX:-/usr/X11R6}
|
||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||
CONFIG_FILE=/etc/fnrc
|
||||
|
||||
# Function: tell the user what s/he needs to do to use the port just installed
|
||||
|
Loading…
Reference in New Issue
Block a user