diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index 6f6ba066479d..e6ce75b43045 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -1,16 +1,17 @@ PORTNAME= scr2txt PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LOCAL/nik MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to text NO_WRKSUBDIR= yes USES= uidfix -MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} +MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share PLIST_FILES= bin/scr2txt \ - man/man1/scr2txt.1.gz + share/man/man1/scr2txt.1.gz .include