* update to 2.0.8
* support configuration file removal
This commit is contained in:
parent
7a12de16cb
commit
17b9c8527a
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2003/06/01 15:10:11 sturm Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2003/08/22 16:23:09 naddy Exp $
|
||||
|
||||
COMMENT= "curses-based emulator for the Wyse 60 terminal"
|
||||
|
||||
DISTNAME= wy60-2.0.6
|
||||
DISTNAME= wy60-2.0.8
|
||||
CATEGORIES= comms
|
||||
HOMEPAGE= http://gutschke.com/wy60/
|
||||
|
||||
@ -20,7 +20,7 @@ PATCH_LIST= patch-* gcc-*
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}html/archive/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wy60
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (wy60-2.0.6.tar.gz) = b671101bdacdb9db7bd494253cc8a76f
|
||||
RMD160 (wy60-2.0.6.tar.gz) = 3351f737dbe4c651d930c4990385b9c753af19de
|
||||
SHA1 (wy60-2.0.6.tar.gz) = bfd9976ab14d5460cc840015918e3f68d92f1b0d
|
||||
MD5 (wy60-2.0.8.tar.gz) = 665b43ca7c51829236e17a90eda0f96f
|
||||
RMD160 (wy60-2.0.8.tar.gz) = 820b04549b37134da2172cf483e605ddb7fb524e
|
||||
SHA1 (wy60-2.0.8.tar.gz) = 926b02ebf5d8676930b90b4fd7f9bec061a49f21
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $OpenBSD: DEINSTALL,v 1.1 2002/09/07 21:59:03 naddy Exp $
|
||||
# $OpenBSD: DEINSTALL,v 1.2 2003/08/22 16:23:09 naddy Exp $
|
||||
|
||||
# exit on errors, use a sane path and install prefix
|
||||
#
|
||||
@ -36,7 +36,7 @@ fi
|
||||
#
|
||||
case $2 in
|
||||
DEINSTALL)
|
||||
if [ -f ${CONFIG_FILE} ]; then
|
||||
if [ "$PKG_DELETE_EXTRA" != Yes -a -f ${CONFIG_FILE} ]; then
|
||||
do_notice "$1"
|
||||
fi
|
||||
;;
|
||||
|
@ -7,5 +7,3 @@ launches a shell to run within this emulated environment.
|
||||
The current set of supported escape sequences is limited, but should
|
||||
suffice to run many existing legacy applications without requiring
|
||||
any changes.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
||||
|
@ -1,5 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/06/12 13:16:39 naddy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2003/08/22 16:23:09 naddy Exp $
|
||||
bin/wy60
|
||||
man/man1/wy60.1
|
||||
share/examples/wy60/wy60.rc
|
||||
@dirrm share/examples/wy60
|
||||
@cwd ${SYSCONFDIR}
|
||||
@extra wy60.rc
|
||||
|
Loading…
Reference in New Issue
Block a user