aboutsummaryrefslogtreecommitdiff
path: root/textproc/scr2txt
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-07 18:43:04 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-07 18:43:04 +0000
commit561dc7c8ce323c29c6064b32c9e8cda83f08c860 (patch)
tree86be149b318ee3f158c6ac74d71b26c5807485ab /textproc/scr2txt
parent505839235c0414c104ccec44723f1477cfee853d (diff)
downloadports-561dc7c8ce323c29c6064b32c9e8cda83f08c860.tar.gz
ports-561dc7c8ce323c29c6064b32c9e8cda83f08c860.zip
Notes
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>