aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-27 11:12:27 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2013-07-27 11:12:27 +0000
commitd451e40da1f65e894b3b821623b673caf6938792 (patch)
treeb7bfaeb300850741dd1570dbd8121af8d9d9c300 /net-mgmt
parent47fe60af4d088ae8795ca45fc194ce80638ac985 (diff)
- Fix Makefile header, normalize COMMENT, add LICENSE
- Make the port parallel build (-jX) safe - Install manual page relative to MANPREFIX - Convert to OptionsNG (DOCS), sort the knobs, etc. - Reformat pkg-message, convert three-line pkg-plist While here, mute REINPLACE_CMD (debug leftover) from previous commit. Reported by: pointyhat-west
Notes
Notes: svn path=/head/; revision=323779
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netmagis-common/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netmagis-common/Makefile b/net-mgmt/netmagis-common/Makefile
index d801d793d4c6..af8c3bb741ba 100644
--- a/net-mgmt/netmagis-common/Makefile
+++ b/net-mgmt/netmagis-common/Makefile
@@ -69,7 +69,7 @@ INSTALL_TARGET= install${PKGNAMESUFFIX}
post-patch:
@${FIND} ${WRKSRC} -type f -name Makefile -print0 | ${XARGS} -0 \
${REINPLACE_CMD} -E 's,cd(.+) (;|&&) make,$$(MAKE) -C\1,'
- ${REINPLACE_CMD} -E 's,cd (.+) ; (ln -s en ),\2\1/,' \
+ @${REINPLACE_CMD} -E 's,cd (.+) ; (ln -s en ),\2\1/,' \
${WRKSRC}/www/Makefile
.if !target(post-install)