diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:11:06 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:11:06 +0000 |
commit | 69e7db61df36f9e98bce99fb4e8489c443199ad1 (patch) | |
tree | 7d00209ce33dbf1e440c9009e0c8d023e9c8194f | |
parent | 903da600980ec888640921124a72aa4f0d079910 (diff) | |
download | freebsd-ports-69e7db61df36f9e98bce99fb4e8489c443199ad1.zip |
- Kill pkg-plist
- SIZEify
- Make portlint happy
-rw-r--r-- | net/rinetd/Makefile | 9 | ||||
-rw-r--r-- | net/rinetd/distinfo | 1 | ||||
-rw-r--r-- | net/rinetd/pkg-plist | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 582552d12764..0f4a8651e1ee 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -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> diff --git a/net/rinetd/distinfo b/net/rinetd/distinfo index 0bd42d7316c8..e2bb0265bc6f 100644 --- a/net/rinetd/distinfo +++ b/net/rinetd/distinfo @@ -1 +1,2 @@ MD5 (rinetd.tar.gz) = 28c78bac648971724c46f1a921154c4f +SIZE (rinetd.tar.gz) = 115541 diff --git a/net/rinetd/pkg-plist b/net/rinetd/pkg-plist deleted file mode 100644 index 02016b277986..000000000000 --- a/net/rinetd/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -sbin/rinetd -share/doc/rinetd/index.html -share/doc/rinetd/README -@dirrm share/doc/rinetd |