diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-15 08:37:55 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-15 08:37:55 +0800 |
commit | e3d56a1ae1f56b333fa6eb49e35b7e18ddff0d19 (patch) | |
tree | 030b0548e51d7c26b469453792dde54640ad6ebc /net | |
parent | 89c843d5f3b52e52f5dd575a2eaeac3c1ff4a118 (diff) | |
download | freebsd-ports-gnome-e3d56a1ae1f56b333fa6eb49e35b7e18ddff0d19.tar.gz freebsd-ports-gnome-e3d56a1ae1f56b333fa6eb49e35b7e18ddff0d19.tar.zst freebsd-ports-gnome-e3d56a1ae1f56b333fa6eb49e35b7e18ddff0d19.zip |
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.
Diffstat (limited to 'net')
-rw-r--r-- | net/rinetd/Makefile | 2 |
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 |