Skip to content

Commit

Permalink
mail/noattach: use ${PREFIX}/share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirk Meyer authored and Dirk Meyer committed Jan 11, 2024
1 parent 83e04ad commit 21e328a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mail/noattach/Makefile
@@ -1,6 +1,6 @@
PORTNAME= noattach
PORTVERSION= 1.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.dinoex.de/pub/FreeBSD/distfiles/

Expand All @@ -24,7 +24,7 @@ MAKE_ENV+= MILTER_INCLUDES="${MILTERINC}"

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/noattach ${STAGEDIR}${PREFIX}/libexec/noattach
${INSTALL_MAN} ${WRKSRC}/noattach.8 ${STAGEDIR}${PREFIX}/man/man8/
${INSTALL_MAN} ${WRKSRC}/noattach.8 ${STAGEDIR}${PREFIX}/share/man/man8/
${INSTALL_DATA} ${WRKSRC}/examples/noattach.patterns \
${STAGEDIR}${PREFIX}/etc/noattach.patterns-dist

Expand Down
2 changes: 1 addition & 1 deletion mail/noattach/pkg-plist
@@ -1,6 +1,5 @@
etc/noattach.patterns-dist
libexec/noattach
man/man8/noattach.8.gz
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/NEWS
Expand All @@ -11,3 +10,4 @@ man/man8/noattach.8.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/noattach.patterns
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/noattach.patterns.johncon
share/man/man8/noattach.8.gz

0 comments on commit 21e328a

Please sign in to comment.