git: 1e33816393e6 - main - net/netatalk4: Re-add post-install target
Joe Marcus Clarke <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <[email protected]> |
The branch main has been updated by marcus: URL: https://cgit.FreeBSD.org/ports/commit/?id=1e33816393e62516f6f21474113f4e3ea3194fb8 commit 1e33816393e62516f6f21474113f4e3ea3194fb8 Author: Joe Marcus Clarke <[email protected]> AuthorDate: 2026-08-19 12:43:40 +0000 Commit: Joe Marcus Clarke <[email protected]> CommitDate: 2026-08-19 12:43:40 +0000 net/netatalk4: Re-add post-install target The extra newlines before the conditional made me think post-install was no longer needed. But, in the PAM case, this is still a thing. Reported by: Richard Kojedzinszky <[email protected]> --- net/netatalk4/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/net/netatalk4/Makefile b/net/netatalk4/Makefile index 63d847fef46b..8a4f1e798db5 100644 --- a/net/netatalk4/Makefile +++ b/net/netatalk4/Makefile @@ -98,6 +98,7 @@ post-patch: # @${REINPLACE_CMD} -e 's|%%PYTHONCMD%%|${PYTHONCMD}|' \ # ${WRKSRC}/contrib/shell_utils/afpstats +post-install: .if ${PORT_OPTIONS:MPAM} ${INSTALL_DATA} ${FILESDIR}/pam.conf ${STAGEDIR}${PREFIX}/etc/pam.d/netatalk.sample .endif