diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-27 11:12:27 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-27 11:12:27 +0000 |
commit | d451e40da1f65e894b3b821623b673caf6938792 (patch) | |
tree | b7bfaeb300850741dd1570dbd8121af8d9d9c300 /net-mgmt | |
parent | 47fe60af4d088ae8795ca45fc194ce80638ac985 (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/Makefile | 2 |
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) |