aboutsummaryrefslogtreecommitdiff
path: root/archivers/tardy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'archivers/tardy/Makefile')
-rw-r--r--archivers/tardy/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile
index ec78a1a1d3a8..311abe848371 100644
--- a/archivers/tardy/Makefile
+++ b/archivers/tardy/Makefile
@@ -1,13 +1,14 @@
PORTNAME= tardy
PORTVERSION= 1.28
DISTVERSIONSUFFIX= .D001.orig
-PORTREVISION= 15
+PORTREVISION= 16
CATEGORIES= archivers
MASTER_SITES= SF/tardy/${PORTVERSION}/
DISTNAME= ${PORTNAME}_${PORTVERSION}${DISTVERSIONSUFFIX}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Manipulate the file headers in tar archive files in various ways
+WWW= https://tardy.sourceforge.net/
LICENSE= GPLv3
@@ -23,7 +24,7 @@ MAKE_JOBS_UNSAFE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-PLIST_FILES= bin/tardy man/man1/tardy.1.gz
+PLIST_FILES= bin/tardy share/man/man1/tardy.1.gz
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@@ -37,6 +38,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/man1/${PORTNAME}.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>