diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index 9b5fe49be65..f0c42667279 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -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 diff --git a/comms/wy60/distinfo b/comms/wy60/distinfo index a8a2f4dc5d1..c7781347f07 100644 --- a/comms/wy60/distinfo +++ b/comms/wy60/distinfo @@ -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 diff --git a/comms/wy60/pkg/DEINSTALL b/comms/wy60/pkg/DEINSTALL index 3b8a5ce8955..0b18d64c158 100644 --- a/comms/wy60/pkg/DEINSTALL +++ b/comms/wy60/pkg/DEINSTALL @@ -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 ;; diff --git a/comms/wy60/pkg/DESCR b/comms/wy60/pkg/DESCR index d5c1de63722..221ce9bf421 100644 --- a/comms/wy60/pkg/DESCR +++ b/comms/wy60/pkg/DESCR @@ -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} diff --git a/comms/wy60/pkg/PLIST b/comms/wy60/pkg/PLIST index 40279873406..236b8edd446 100644 --- a/comms/wy60/pkg/PLIST +++ b/comms/wy60/pkg/PLIST @@ -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