diff options
Diffstat (limited to 'textproc/scr2txt/Makefile')
-rw-r--r-- | textproc/scr2txt/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index c5b27df984b0..76fe9123d53f 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -4,14 +4,12 @@ PORTNAME= scr2txt PORTVERSION= 1.2 CATEGORIES= textproc - -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= nik -NO_WRKSUBDIR= yes +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} |