diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-09 10:31:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-09 10:31:12 +0000 |
commit | d0f7182a2cd4cb919af478b0d83c7ed7d6b4f279 (patch) | |
tree | a0a588c06b91002fc70a94e17d5084c26fdd86a5 | |
parent | - Stage support (diff) |
- Stage support
Notes
Notes:
svn path=/head/; revision=343446
-rw-r--r-- | textproc/scr2txt/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index 5cd7c2a06cd2..c02750074894 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -12,12 +12,10 @@ NO_WRKSUBDIR= yes MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to text -MAN1= scr2txt.1 -MANCOMPRESSED= yes -PLIST_FILES= bin/scr2txt +PLIST_FILES= bin/scr2txt \ + man/man1/scr2txt.1.gz -NO_STAGE= yes do-install: - @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install + @cd ${WRKSRC}; ${MAKE} BINDIR=${STAGEDIR}${PREFIX}/bin SHAREDIR=${STAGEDIR}${PREFIX} install .include <bsd.port.mk> |