diff options
-rw-r--r-- | textproc/scr2txt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index 6f6ba066479d..e6ce75b43045 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -1,5 +1,6 @@ PORTNAME= scr2txt PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= LOCAL/nik @@ -8,9 +9,9 @@ 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 <bsd.port.mk> |