summaryrefslogtreecommitdiff
path: root/usr.sbin/portmap
diff options
context:
space:
mode:
authorGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
committerGarrett Wollman <wollman@FreeBSD.org>1994-08-05 16:31:05 +0000
commit84e59eb50d533ef4e842fd057460814a2190b05c (patch)
tree63479b4fad6e4edc8f4c7be71c876af590d0c2b8 /usr.sbin/portmap
parentf5c789f5a934dba022d7028c85ccba1a840b7e72 (diff)
Get rid of update. Make man page installation work with our scheme
(and rename a few in the process).
Notes
svn path=/head/; revision=1863
Diffstat (limited to 'usr.sbin/portmap')
-rw-r--r--usr.sbin/portmap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/portmap/Makefile b/usr.sbin/portmap/Makefile
index 244a1925d0aa..a3b8224e5dcd 100644
--- a/usr.sbin/portmap/Makefile
+++ b/usr.sbin/portmap/Makefile
@@ -3,6 +3,6 @@
PROG= portmap
DPADD= ${LIBRPC}
LDADD= -lrpc
-MAN8= portmap.0
+MAN8= portmap.8
.include <bsd.prog.mk>