aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2013-10-31 23:39:21 +0000
committerRenato Botelho <garga@FreeBSD.org>2013-10-31 23:39:21 +0000
commita08b6da7caac9b35cfaa5c36113d988089076b4d (patch)
tree5be4da59ad0158d1c3286537b663a60ca61118d7 /net
parent4aaf57cc0917e224ab0e91e3625c27206f66e9c8 (diff)
downloadports-a08b6da7caac9b35cfaa5c36113d988089076b4d.tar.gz
ports-a08b6da7caac9b35cfaa5c36113d988089076b4d.zip
Notes
Diffstat (limited to 'net')
-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>