Skip to content

Commit

Permalink
mail/dot-forward: remove cat files
Browse files Browse the repository at this point in the history
cat files have been removed from base long ago, brings no values in 2023
while here remove usage of MANPREFIX and move manpages to share/man
  • Loading branch information
bapt committed Jan 9, 2024
1 parent e235318 commit 73574bb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions mail/dot-forward/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dot-forward
PORTVERSION= 0.71
PORTREVISION= 1
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/

Expand All @@ -12,20 +13,15 @@ USES= gmake groff
ALL_TARGET= default

PLIST_FILES= bin/dot-forward \
man/man1/dot-forward.1.gz \
man/cat1/dot-forward.0.gz
share/man/man1/dot-forward.1.gz

do-install:
.for binfile in dot-forward
${INSTALL_PROGRAM} ${WRKSRC}/${binfile} ${STAGEDIR}${PREFIX}/bin/${binfile}
.endfor

.for manfile in dot-forward.1
${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/man/man1/${manfile}
.endfor

.for catfile in dot-forward.0
${INSTALL_MAN} ${WRKSRC}/${catfile} ${STAGEDIR}${MAN1PREFIX}/man/cat1/${catfile}
${INSTALL_MAN} ${WRKSRC}/${manfile} ${STAGEDIR}${PREFIX}/share/man/man1/${manfile}
.endfor

.include <bsd.port.mk>

0 comments on commit 73574bb

Please sign in to comment.