diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-07 18:43:04 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-06-07 18:43:04 +0000 |
commit | 561dc7c8ce323c29c6064b32c9e8cda83f08c860 (patch) | |
tree | 86be149b318ee3f158c6ac74d71b26c5807485ab /textproc/scr2txt | |
parent | 505839235c0414c104ccec44723f1477cfee853d (diff) |
- Allow staging as a regular user
- Cleanup a bit
Notes
Notes:
svn path=/head/; revision=356941
Diffstat (limited to 'textproc/scr2txt')
-rw-r--r-- | textproc/scr2txt/Makefile | 6 |
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> |