diff options
author | edwin <edwin@FreeBSD.org> | 2005-12-04 19:08:00 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-12-04 19:08:00 +0800 |
commit | 0c23f3059b1636693bfce7edb52ed78f6ebc012d (patch) | |
tree | 6f8cb1c9715fa96169cc7380d4bc127512151836 /emulators | |
parent | 364a5c51c20b991a047c33564f2ee9ed6d68c6f2 (diff) | |
download | freebsd-ports-gnome-0c23f3059b1636693bfce7edb52ed78f6ebc012d.tar.gz freebsd-ports-gnome-0c23f3059b1636693bfce7edb52ed78f6ebc012d.tar.zst freebsd-ports-gnome-0c23f3059b1636693bfce7edb52ed78f6ebc012d.zip |
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 <arundel@h3c.de>
Approved by: maintainer timeout
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/doscmd/Makefile | 1 | ||||
-rw-r--r-- | emulators/doscmd/files/patch-doscmd.1 | 11 |
2 files changed, 12 insertions, 0 deletions
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 , |