diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile index 9eb8efdbe7f9..e205ed0175a4 100644 --- a/sysutils/xin/Makefile +++ b/sysutils/xin/Makefile @@ -1,17 +1,18 @@ PORTNAME= xin PORTVERSION= 1.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= SUNSITE/utils/file MAINTAINER= ports@FreeBSD.org COMMENT= Splits standard input and pipes into a command WWW= https://www.kyne.com.au/~mark/software/xin.php LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -PLIST_FILES= bin/xin man/man1/xin.1.gz +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share +PLIST_FILES= bin/xin share/man/man1/xin.1.gz .include