1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update to 2.0.4: emulation improvements.

This commit is contained in:
Christian Weisgerber 2002-09-08 00:36:47 +00:00
parent 21a38c944a
commit 63c8d22076
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65805
4 changed files with 21 additions and 6 deletions

View File

@ -5,7 +5,7 @@
# $FreeBSD$
PORTNAME= wy60
PORTVERSION= 2.0.2
PORTVERSION= 2.0.4
CATEGORIES= comms
MASTER_SITES= http://gutschke.com/wy60/html/archive/
@ -15,8 +15,7 @@ GNU_CONFIGURE= yes
MAN1= wy60.1
post-install:
${MKDIR} ${PREFIX}/share/examples/wy60
${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60
pre-build:
@${CP} ${WRKSRC}/wy60.rc ${WRKSRC}/wy60.rc.sample
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (wy60-2.0.2.tar.gz) = 723c05b355e37a2c48fd97b3e75379e5
MD5 (wy60-2.0.4.tar.gz) = 8f8b2c0c60a3d60d93e5c0a5f8b5d41c

View File

@ -0,0 +1,14 @@
$FreeBSD$
--- Makefile.in.orig Sun Sep 8 02:02:57 2002
+++ Makefile.in Sun Sep 8 02:03:19 2002
@@ -68,7 +68,7 @@
wy60_SOURCES = wy60.c wy60.h
man_MANS = wy60.1
etcdir = "$(sysconfdir)"
-etc_DATA = wy60.rc
+etc_DATA = wy60.rc.sample
EXTRA_DIST = wy60.rc wy60.man.in wy60.ps
CPPFLAGS = -DETCDIR="\"$(sysconfdir)\""
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4

View File

@ -1,3 +1,5 @@
@comment $FreeBSD$
bin/wy60
share/examples/wy60/wy60.rc
@unexec if cmp %D/etc/wy60.rc.sample %D/etc/wy60.rc 2>/dev/null; then rm -f %D/etc/wy60.rc; fi
etc/wy60.rc.sample
@exec if test ! -f %D/etc/wy60.rc; then cp -p %D/etc/wy60.rc.sample %D/etc/wy60.rc; fi