svn commit: r343446 - head/textproc/scr2txt

Martin Wilke miwi at FreeBSD.org
Sun Feb 9 10:31:13 UTC 2014


Author: miwi
Date: Sun Feb  9 10:31:12 2014
New Revision: 343446
URL: http://svnweb.freebsd.org/changeset/ports/343446
QAT: https://qat.redports.org/buildarchive/r343446/

Log:
  - Stage support

Modified:
  head/textproc/scr2txt/Makefile

Modified: head/textproc/scr2txt/Makefile
==============================================================================
--- head/textproc/scr2txt/Makefile	Sun Feb  9 10:30:51 2014	(r343445)
+++ head/textproc/scr2txt/Makefile	Sun Feb  9 10:31:12 2014	(r343446)
@@ -12,12 +12,10 @@ NO_WRKSUBDIR=	yes
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list