git: 6e15ab50b64e - main - mail/spamassassin-dqs: fix plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 03 Jan 2023 17:10:39 UTC
The branch main has been updated by ler: URL: https://cgit.FreeBSD.org/ports/commit/?id=6e15ab50b64e8907d03c96f154e5114eada26dc6 commit 6e15ab50b64e8907d03c96f154e5114eada26dc6 Author: Larry Rosenman <ler@FreeBSD.org> AuthorDate: 2023-01-03 17:10:20 +0000 Commit: Larry Rosenman <ler@FreeBSD.org> CommitDate: 2023-01-03 17:10:20 +0000 mail/spamassassin-dqs: fix plist --- mail/spamassassin-dqs/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/mail/spamassassin-dqs/Makefile b/mail/spamassassin-dqs/Makefile index ccd10ca4c386..6dd3dabe9232 100644 --- a/mail/spamassassin-dqs/Makefile +++ b/mail/spamassassin-dqs/Makefile @@ -15,10 +15,8 @@ USE_GITHUB= yes GH_ACCOUNT= spamhaus SUB_FILES= pkg-message -PLIST_FILES= etc/mail/spamassassin/SH.pm \ - "@sample etc/mail/spamassassin/sh.cf.sample" \ +PLIST_FILES= "@sample etc/mail/spamassassin/sh.cf.sample" \ etc/mail/spamassassin/sh_scores.cf \ - etc/mail/spamassassin/sh.pre \ share/doc/spamassassin-dqs/README.md NO_ARCH= yes @@ -31,9 +29,6 @@ HBL_PLIST_FILES= "@sample etc/mail/spamassassin/sh_hbl.cf.sample" \ etc/mail/spamassassin/hbltest.sh \ etc/mail/spamassassin/sh_hbl_scores.cf -post-patch: - @${REINPLACE_CMD} -e 's|<config_directory>|${PREFIX}/etc/mail/spamassassin|' ${WRKSRC}/sh.pre - do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail/spamassassin ${INSTALL_DATA} ${WRKSRC}/4.0.0+/sh.cf ${STAGEDIR}${PREFIX}/etc/mail/spamassassin/sh.cf.sample