diff options
-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> |