diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:39:21 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:39:21 +0000 |
commit | a08b6da7caac9b35cfaa5c36113d988089076b4d (patch) | |
tree | 5be4da59ad0158d1c3286537b663a60ca61118d7 /net/rinetd | |
parent | 4aaf57cc0917e224ab0e91e3625c27206f66e9c8 (diff) | |
download | ports-a08b6da7caac9b35cfaa5c36113d988089076b4d.tar.gz ports-a08b6da7caac9b35cfaa5c36113d988089076b4d.zip |
Notes
Diffstat (limited to 'net/rinetd')
-rw-r--r-- | net/rinetd/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile index 56c7a2623e32..5467b89df3b7 100644 --- a/net/rinetd/Makefile +++ b/net/rinetd/Makefile @@ -13,6 +13,8 @@ DISTNAME= rinetd MAINTAINER= garga@FreeBSD.org COMMENT= A simple TCP port redirector +LICENSE= GPLv2 + OPTIONS_DEFINE= DOCS WRKSRC= ${WRKDIR}/rinetd-${PORTVERSION} @@ -25,8 +27,6 @@ PLIST_FILES= sbin/rinetd \ USE_RC_SUBR= rinetd -.include <bsd.port.pre.mk> - post-extract: @${MV} ${WRKDIR}/rinetd ${WRKSRC} @@ -38,11 +38,9 @@ post-patch: @${REINPLACE_CMD} -e "s/cc /${CC} /g" ${WRKSRC}/Makefile post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endfor -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |