From ea9200c5129702c4b7677c7308b0f8b0682c3cc7 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 4 Dec 2005 11:08:00 +0000 Subject: emulators/doscmd outdated man info The manual page of doscmd (man doscmd) still states the following: "and then typing make install in the source directory (nor- mally /usr/src/usr.bin/doscmd). For this to work, the X programmer's kit must have been installed." However doscmd is no longer part of the base system. So it should should say "/usr/ports/emulators/doscmd" instead. PR: ports/79661 Submitted by: arundel Approved by: maintainer timeout --- emulators/doscmd/Makefile | 1 + emulators/doscmd/files/patch-doscmd.1 | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 emulators/doscmd/files/patch-doscmd.1 (limited to 'emulators/doscmd') diff --git a/emulators/doscmd/Makefile b/emulators/doscmd/Makefile index 25fd29edc7d7..98f83d9f906b 100644 --- a/emulators/doscmd/Makefile +++ b/emulators/doscmd/Makefile @@ -7,6 +7,7 @@ PORTNAME= doscmd PORTVERSION= 20040330 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= des diff --git a/emulators/doscmd/files/patch-doscmd.1 b/emulators/doscmd/files/patch-doscmd.1 new file mode 100644 index 000000000000..12b8950a8e7c --- /dev/null +++ b/emulators/doscmd/files/patch-doscmd.1 @@ -0,0 +1,11 @@ +--- doscmd.1.orig Sun Dec 4 11:02:22 2005 ++++ doscmd.1 Sun Dec 4 11:03:13 2005 +@@ -754,7 +754,7 @@ + and then typing + .Ic make install + in the source directory (normally +-.Pa /usr/src/usr.bin/doscmd ) . ++.Pa /usr/ports/emulators/doscmd ) . + For this to work, the X programmer's kit must have been installed. + .Sh AUTHORS + .An Pace Willisson , -- cgit