@extra'ify, rm WWW:; prompted by naddy, help from naddy and brad
This commit is contained in:
parent
31d861b868
commit
18d6f5266a
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.22 2002/12/28 19:10:50 todd Exp $
|
# $OpenBSD: Makefile,v 1.23 2003/10/30 16:51:58 todd Exp $
|
||||||
# Uses pthreads
|
# Uses pthreads
|
||||||
|
|
||||||
COMMENT= "General Input Library (used by libggi)"
|
COMMENT= "General Input Library (used by libggi)"
|
||||||
@ -23,6 +23,9 @@ CONFIGURE_STYLE= gnu
|
|||||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||||
CONFIGURE_ARGS+= --enable-static --enable-mutexes="int"
|
CONFIGURE_ARGS+= --enable-static --enable-mutexes="int"
|
||||||
|
|
||||||
|
CONFDIR= ${SYSCONFDIR}/ggi
|
||||||
|
SUBST_VARS= CONFDIR
|
||||||
|
|
||||||
DOCS= README
|
DOCS= README
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: DEINSTALL,v 1.1 2000/09/23 23:55:52 brad Exp $
|
# $OpenBSD: DEINSTALL,v 1.2 2003/10/30 16:51:58 todd Exp $
|
||||||
#
|
#
|
||||||
# gii de-installation
|
# gii de-installation
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||||
CONFIG_DIR=${SYSCONFDIR}/ggi
|
CONFIG_DIR=${CONFDIR}
|
||||||
|
|
||||||
if [ -d $CONFIG_DIR ]; then
|
if [ -d $CONFIG_DIR ]; then
|
||||||
echo
|
echo
|
||||||
|
@ -11,5 +11,3 @@ library for your non-LibGGI applications. Also you might be interrested in
|
|||||||
the mhub utility found in the demos directory. mhub is a mouse event repeater
|
the mhub utility found in the demos directory. mhub is a mouse event repeater
|
||||||
and converter. See mhub(1) and the files doc/env.txt and doc/input.txt for
|
and converter. See mhub(1) and the files doc/env.txt and doc/input.txt for
|
||||||
more info.
|
more info.
|
||||||
|
|
||||||
WWW: ${HOMEPAGE}
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
# $OpenBSD: INSTALL,v 1.2 2002/04/26 03:35:34 pvalchev Exp $
|
# $OpenBSD: INSTALL,v 1.3 2003/10/30 16:51:58 todd Exp $
|
||||||
#
|
#
|
||||||
# Pre/post-installation setup of gii
|
# Pre/post-installation setup of gii
|
||||||
|
|
||||||
@ -8,8 +8,8 @@
|
|||||||
set -e
|
set -e
|
||||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin
|
||||||
PREFIX=${PKG_PREFIX:-/usr/local}
|
PREFIX=${PKG_PREFIX:-/usr/local}
|
||||||
CONFIG_DIR=${SYSCONFDIR}/ggi
|
CONFIG_DIR=${CONFDIR}
|
||||||
CONFIG_FILE=$CONFIG_DIR/libgii.conf
|
CONFIG_FILE=${CONFDIR}/libgii.conf
|
||||||
SAMPLE_CONFIG_FILE=$PREFIX/share/examples/gii/libgii.conf.example
|
SAMPLE_CONFIG_FILE=$PREFIX/share/examples/gii/libgii.conf.example
|
||||||
|
|
||||||
do_notice()
|
do_notice()
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@comment $OpenBSD: PLIST,v 1.9 2002/12/28 19:10:50 todd Exp $
|
@comment $OpenBSD: PLIST,v 1.10 2003/10/30 16:51:58 todd Exp $
|
||||||
bin/mhub
|
bin/mhub
|
||||||
bin/xsendbut
|
bin/xsendbut
|
||||||
include/ggi/errors.h
|
include/ggi/errors.h
|
||||||
@ -100,3 +100,4 @@ share/examples/gii/libgii.conf.example
|
|||||||
@dirrm include/ggi/internal
|
@dirrm include/ggi/internal
|
||||||
@dirrm include/ggi/input
|
@dirrm include/ggi/input
|
||||||
@dirrm include/ggi
|
@dirrm include/ggi
|
||||||
|
@extraunexec rm -rf ${CONFDIR}
|
||||||
|
Loading…
Reference in New Issue
Block a user