diff options
Diffstat (limited to 'japanese/okphone')
-rw-r--r-- | japanese/okphone/files/patch-aa | 4 | ||||
-rw-r--r-- | japanese/okphone/pkg-install | 2 | ||||
-rw-r--r-- | japanese/okphone/pkg-plist | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/japanese/okphone/files/patch-aa b/japanese/okphone/files/patch-aa index f30ada876d74..478146aff9de 100644 --- a/japanese/okphone/files/patch-aa +++ b/japanese/okphone/files/patch-aa @@ -66,7 +66,7 @@ DEST = phoned -RDEST = /usr/local/etc/in.phoned -+RDEST = ${PREFIX}/libexec/in.phoned ++RDEST = ${PREFIX}/libexec/phoned #RDEST = /etc/phoned @@ -98,7 +98,7 @@ --- ./client/sw/Makefile.org Fri Dec 15 01:30:11 1989 +++ ./client/sw/Makefile Wed Feb 7 20:57:50 1996 @@ -1,7 +1,7 @@ - # $Header: Makefile,v 1.2 87/10/18 19:18:02 tachi Exp $ + # $Header: /home/ncvs/ports/japanese/okphone/patches/patch-aa,v 1.2 1996/02/08 05:01:24 asami Exp $ #CFLAGS= -g -pg -CFLAGS= -O diff --git a/japanese/okphone/pkg-install b/japanese/okphone/pkg-install index 0919294b3c06..2ee29e1e598d 100644 --- a/japanese/okphone/pkg-install +++ b/japanese/okphone/pkg-install @@ -16,6 +16,6 @@ if ! grep -qw ^phone /etc/inetd.conf; then echo "I don't see \"phone\" in your /etc/inetd.conf file." echo "You may want to add the following to your /etc/inetd.conf." echo "" - echo "phone dgram udp wait root /usr/local/libexec/in.phoned in.phoned" + echo "phone dgram udp wait root /usr/local/libexec/phoned phoned" echo "" fi diff --git a/japanese/okphone/pkg-plist b/japanese/okphone/pkg-plist index 19713cd12013..fc4879643a06 100644 --- a/japanese/okphone/pkg-plist +++ b/japanese/okphone/pkg-plist @@ -1,6 +1,6 @@ bin/phone man/man1/phone.1.gz -libexec/in.phoned +libexec/phoned libexec/convd share/okphone/NOTE share/okphone/READ_ME |