diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-27 19:12:27 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-27 19:12:27 +0800 |
commit | 4d1bd83f900fc5276fa5f9ae47800b91e7b8a9e5 (patch) | |
tree | b7bfaeb300850741dd1570dbd8121af8d9d9c300 /net-mgmt | |
parent | 0ab216099d8f2c117e9696de1f7368619959bb65 (diff) | |
download | freebsd-ports-gnome-4d1bd83f900fc5276fa5f9ae47800b91e7b8a9e5.tar.gz freebsd-ports-gnome-4d1bd83f900fc5276fa5f9ae47800b91e7b8a9e5.tar.zst freebsd-ports-gnome-4d1bd83f900fc5276fa5f9ae47800b91e7b8a9e5.zip |
- 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
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) |