From d0f7182a2cd4cb919af478b0d83c7ed7d6b4f279 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Sun, 9 Feb 2014 10:31:12 +0000 Subject: - Stage support --- textproc/scr2txt/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'textproc/scr2txt') 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 -- cgit v1.2.3