diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 19:08:00 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-12-04 19:08:00 +0800 |
commit | ea9200c5129702c4b7677c7308b0f8b0682c3cc7 (patch) | |
tree | 2839439231aaea96fbb1e45f049819981f90afa8 /emulators/doscmd | |
parent | f2f1754b99181cba6555b59ad5192b5a7482b01a (diff) | |
download | freebsd-ports-gnome-ea9200c5129702c4b7677c7308b0f8b0682c3cc7.tar.gz freebsd-ports-gnome-ea9200c5129702c4b7677c7308b0f8b0682c3cc7.tar.zst freebsd-ports-gnome-ea9200c5129702c4b7677c7308b0f8b0682c3cc7.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/doscmd')
-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 , |