From 561dc7c8ce323c29c6064b32c9e8cda83f08c860 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 7 Jun 2014 18:43:04 +0000 Subject: [PATCH] - Allow staging as a regular user - Cleanup a bit --- textproc/scr2txt/Makefile | 6 +++--- 1 file 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