aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/rinetd/Makefile8
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>