summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2016-01-17 15:01:34 +0000
committerohauer <ohauer@FreeBSD.org>2016-01-17 15:01:34 +0000
commit3fec4d0e8e151a05e993e396d94d7ee65849699b (patch)
tree47fb84f40281d1831171657828b53da0016635da
parenta44c81bb6323122e2b4d7ac6941d0cc75e81e579 (diff)
downloadFreeBSD-ports-3fec4d0e8e151a05e993e396d94d7ee65849699b.zip
FreeBSD-ports-3fec4d0e8e151a05e993e396d94d7ee65849699b.tar.gz
- fix typo in do-install s/SENTENV/SETENV/
Until now ${SETENV} is empty so the fix does not affect the result. (no MFH) Submitted by: John Hein Approved by: lev@ (implicit)
-rw-r--r--www/serf/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/serf/Makefile b/www/serf/Makefile
index 7e31624..a564757 100644
--- a/www/serf/Makefile
+++ b/www/serf/Makefile
@@ -39,7 +39,7 @@ do-build:
@(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS})
do-install:
- @(cd ${WRKSRC} && ${SENTENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
+ @(cd ${WRKSRC} && ${SETENV} ${MAKE_CMD} ${SCONS_ARGS} ${INSTALL_TARGET})
post-patch:
@${REINPLACE_CMD} -E \
OpenPOWER on IntegriCloud