Man, I think I see a pattern here. manpage(pkg/PLIST)->manpage(Makefile)
This commit is contained in:
parent
2817d4a993
commit
420da3c347
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12810
2 changed files with 4 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
# Date created: Oct 6, 1994
|
||||
# Whom: pst
|
||||
#
|
||||
# $Id: Makefile,v 1.7 1996/12/01 01:23:03 obrien Exp $
|
||||
# $Id: Makefile,v 1.8 1997/07/10 15:50:52 pst Exp $
|
||||
#
|
||||
|
||||
DISTNAME= pcnfsd.93.02.16
|
||||
|
@ -14,6 +14,9 @@ EXTRACT_SUFX= .tar.Z
|
|||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
MAN8= pcnfsd.8
|
||||
MANCOMPRESSED= maybe
|
||||
|
||||
NO_WRKSUBDIR=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1 @@
|
|||
libexec/rpc.pcnfsd
|
||||
man/man8/pcnfsd.8.gz
|
||||
|
|
Loading…
Reference in a new issue