aboutsummaryrefslogtreecommitdiff
path: root/net/rinetd
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-15 00:37:55 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-15 00:37:55 +0000
commitd04156022a22e97a2a01b957ff1fb97bbce525a8 (patch)
tree030b0548e51d7c26b469453792dde54640ad6ebc /net/rinetd
parent65e30d305e54a532f7919a82b268b062eb9428f3 (diff)
danfe was kind enough to remind me that:
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} is already the default, so for those ports where we are doing: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} to avoid the problem of conflicts with the rc.d script of the same name it is not necessary to define WRKSRC separately. Clean up this mistake of mine, and standardize for the others.
Notes
Notes: svn path=/head/; revision=302549
Diffstat (limited to 'net/rinetd')
-rw-r--r--net/rinetd/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rinetd/Makefile b/net/rinetd/Makefile
index 75e82e91a5c8..8341aa5729ca 100644
--- a/net/rinetd/Makefile
+++ b/net/rinetd/Makefile
@@ -19,8 +19,6 @@ COMMENT= A simple TCP port redirector
OPTIONS_DEFINE= DOCS
-WRKSRC= ${WRKDIR}/rinetd-${PORTVERSION}
-
MAKE_JOBS_SAFE= yes
USE_DOS2UNIX= yes