diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-12 16:09:46 +0100 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2024-01-12 16:11:29 +0100 |
commit | d4329229fbe8ad0a96a1b9ec796d17cf512455d1 (patch) | |
tree | bafbd1ae43d70259bde776544f2f6a47cfa33dfc /deskutils/cal | |
parent | devel/9base: move manpages under share/man (diff) |
MANPREFIX: eliminate its usage
While here move manpages to share/man
Diffstat (limited to 'deskutils/cal')
-rw-r--r-- | deskutils/cal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile index ebb653f6c2ac..2badc5d5ef82 100644 --- a/deskutils/cal/Makefile +++ b/deskutils/cal/Makefile @@ -1,5 +1,6 @@ PORTNAME= cal DISTVERSION= 4.1 +PORTREVISION= 1 CATEGORIES= deskutils MASTER_SITES= http://unicorn.us.com/pub/ DISTNAME= ${PORTNAME}${DISTVERSION:C/[^0-9]//} @@ -26,7 +27,7 @@ do-build: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cal ${STAGEDIR}${PREFIX}/bin/cal - ${INSTALL_MAN} ${WRKSRC}/src/cal.1 ${STAGEDIR}${MANPREFIX}/share/man/man1 + ${INSTALL_MAN} ${WRKSRC}/src/cal.1 ${STAGEDIR}${PREFIX}/share/man/man1 @${MKDIR} ${STAGEDIR}${ETCDIR} ${INSTALL_DATA} ${WRKSRC}/cal.col ${STAGEDIR}${ETCDIR}/cal.col.sample ${INSTALL_DATA} ${WRKSRC}/cal.dat ${STAGEDIR}${ETCDIR}/cal.dat.sample |