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 /textproc/scr2txt | |
parent | 6c964e358d466d11ac82fdb87653c580a9619076 (diff) |
Notes
Diffstat (limited to 'textproc/scr2txt')
-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> |