[Bug 282954] comms/syncterm: Update to 1.3
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282954] comms/syncterm: Update to 1.2"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Nov 2024 21:58:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282954
--- Comment #13 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Comment on attachment 255450
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=255450
Updated with feedback
IMHO, this look better:
MAKE_ARGS= -C ${WRKSRC} \
PREFIX="${PREFIX}" \
MANPREFIX="${PREFIX}/share" \
INSTALL_EXE="${INSTALL_PROGRAM}" \
RELEASE=1
than this:
MAKE_ARGS+= -C ${WRKSRC}
MAKE_ARGS+= PREFIX="${PREFIX}"
MAKE_ARGS+= MANPREFIX="${PREFIX}/share"
MAKE_ARGS+= INSTALL_EXE="${INSTALL_PROGRAM}"
MAKE_ARGS+= RELEASE=1
If PLIST_FILES longer than 6 lines => move to file pkg-plist.
--
You are receiving this mail because:
You are the assignee for the bug.