diff options
author | eadler <eadler@FreeBSD.org> | 2011-08-28 02:13:28 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-08-28 02:13:28 +0800 |
commit | c5479f8bdc1fd6c57cc702ef5ac3736257e2632e (patch) | |
tree | e8a285e8a608a4116a5cda58053366fe5a35b787 /sysutils | |
parent | aff6699f90cd96c7de08c45697ff202bbb58eaae (diff) | |
download | freebsd-ports-gnome-c5479f8bdc1fd6c57cc702ef5ac3736257e2632e.tar.gz freebsd-ports-gnome-c5479f8bdc1fd6c57cc702ef5ac3736257e2632e.tar.zst freebsd-ports-gnome-c5479f8bdc1fd6c57cc702ef5ac3736257e2632e.zip |
- Remove SRC_BASE?= /usr/src as it gets set by b.p.m
Approved by: bapt (mentor)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/scprotect/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysutils/scprotect/Makefile b/sysutils/scprotect/Makefile index 9ab24284e35c..d50bbec2f6f4 100644 --- a/sysutils/scprotect/Makefile +++ b/sysutils/scprotect/Makefile @@ -16,7 +16,6 @@ COMMENT= Protect process from killing when the swap space is exhausted NO_PACKAGE= Needs to be compiled for specific kernel KMODDIR?= /boot/modules -SRC_BASE?= /usr/src PLIST_SUB= KMODDIR=${KMODDIR} WRKSRC= ${WRKDIR}/${PORTNAME} |