aboutsummaryrefslogtreecommitdiff
path: root/deskutils/cal
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 15:09:46 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2024-01-12 15:11:29 +0000
commitd4329229fbe8ad0a96a1b9ec796d17cf512455d1 (patch)
treebafbd1ae43d70259bde776544f2f6a47cfa33dfc /deskutils/cal
parent23d0853a55a12096d3ffae672925a3ded9647fe0 (diff)
downloadports-d4329229fbe8ad0a96a1b9ec796d17cf512455d1.tar.gz
ports-d4329229fbe8ad0a96a1b9ec796d17cf512455d1.zip
MANPREFIX: eliminate its usage
While here move manpages to share/man
Diffstat (limited to 'deskutils/cal')
-rw-r--r--deskutils/cal/Makefile3
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