- Kill pkg-plist

- SIZEify
- Make portlint happy
This commit is contained in:
Clement Laforet 2004-02-27 02:11:06 +00:00
parent 903da60098
commit 69e7db61df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102254
3 changed files with 7 additions and 7 deletions

View File

@ -17,10 +17,13 @@ COMMENT= A simple TCP port redirector
WRKSRC= ${WRKDIR}/rinetd/
MAN8= rinetd.8
PORTDOCS= index.html README
PLIST_FILES= sbin/rinetd
post-install:
${MKDIR} ${PREFIX}/share/doc/rinetd
${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/index.html ${PREFIX}/share/doc/rinetd/
${INSTALL} -C -o root -g wheel -m 0644 ${WRKSRC}/README ${PREFIX}/share/doc/rinetd/
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} ; ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1,2 @@
MD5 (rinetd.tar.gz) = 28c78bac648971724c46f1a921154c4f
SIZE (rinetd.tar.gz) = 115541

View File

@ -1,4 +0,0 @@
sbin/rinetd
share/doc/rinetd/index.html
share/doc/rinetd/README
@dirrm share/doc/rinetd