aboutsummaryrefslogtreecommitdiff
path: root/textproc/scr2txt
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/scr2txt')
-rw-r--r--textproc/scr2txt/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile
index c02750074894..c5b27df984b0 100644
--- a/textproc/scr2txt/Makefile
+++ b/textproc/scr2txt/Makefile
@@ -12,10 +12,10 @@ NO_WRKSUBDIR= yes
MAINTAINER= ports@FreeBSD.org
COMMENT= Converts the output of "vidcontrol -p" to text
+USES= uidfix
+MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
+
PLIST_FILES= bin/scr2txt \
man/man1/scr2txt.1.gz
-do-install:
- @cd ${WRKSRC}; ${MAKE} BINDIR=${STAGEDIR}${PREFIX}/bin SHAREDIR=${STAGEDIR}${PREFIX} install
-
.include <bsd.port.mk>