aboutsummaryrefslogtreecommitdiff
path: root/deskutils/bigyear/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/bigyear/Makefile')
-rw-r--r--deskutils/bigyear/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/deskutils/bigyear/Makefile b/deskutils/bigyear/Makefile
index 48ea524f2fe1..958e2efa3da9 100644
--- a/deskutils/bigyear/Makefile
+++ b/deskutils/bigyear/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bigyear
PORTVERSION= 20010226
+PORTREVISION= 1
PORTEPOCH= 1
CATEGORIES= deskutils
MASTER_SITES= https://BSDforge.com/projects/source/deskutils/bigyear/
@@ -8,18 +9,17 @@ DISTNAME= ${PORTNAME}
MAINTAINER= portmaster@BSDforge.com
COMMENT= Program to print a large (one month per page) calendar
-DEPRECATED= Last release in 2001 and dead upstream, consider using deskutils/pal
-EXPIRATION_DATE=2024-02-29
+LICENSE= BSD0CLAUSE
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz
+PLIST_FILES= bin/bigyear share/man/man1/bigyear.1.gz
post-extract:
@${RM} ${WRKSRC}/bigyear
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>