Fix a typo

With hat:	portmgr
This commit is contained in:
Antoine Brodin 2015-04-08 18:32:18 +00:00
parent befaceeeff
commit e562cb07df
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383600

View File

@ -44,6 +44,6 @@ CONFIGURE_ARGS+= --prefix=${PREFIX} \
DESTDIRNAME= --destdir
# Set a minimal job of 1
_MAKE_JOBS= -j${MAKE_JOBS_NUMVER}
_MAKE_JOBS= -j${MAKE_JOBS_NUMBER}
.endif