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-mgmt | |
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-mgmt')
-rw-r--r-- | net-mgmt/ng_ipacct/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile index de066c473ecf..95c14196dcde 100644 --- a/net-mgmt/ng_ipacct/Makefile +++ b/net-mgmt/ng_ipacct/Makefile @@ -25,7 +25,6 @@ OPTIONS= MEM_ZONE "Use UMA zone allocator (>= 5.x only)" on KMODDIR= /boot/modules PLIST_SUB+= KMODDIR=${KMODDIR:S!^/!!} -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_ENV= BINDIR="${PREFIX}/sbin" KMODDIR=${KMODDIR} MAN8= ipacctctl.8 |