From 5dcb7098b04b9b953cfc5cd8e05890ef11b7e552 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Mon, 6 Jan 2014 21:50:26 +0000 Subject: [PATCH] Stage support --- textproc/rot/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/textproc/rot/Makefile b/textproc/rot/Makefile index c27a128d513c..b466d072060e 100644 --- a/textproc/rot/Makefile +++ b/textproc/rot/Makefile @@ -14,15 +14,13 @@ COMMENT= Rotates a file so that lines become columns and vice versa ALL_TARGET= ${PORTNAME} CFLAGS+= -Wno-return-type -MAN1= rot.1 -PLIST_FILES= bin/rot +PLIST_FILES= bin/rot man/man1/rot.1.gz -NO_STAGE= yes post-patch: @${REINPLACE_CMD} "s:^CFLAGS=:#CFLAGS=:" ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rot ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/rot.man ${MAN1PREFIX}/man/man1/rot.1 + ${INSTALL_PROGRAM} ${WRKSRC}/rot ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/rot.man ${STAGEDIR}${MAN1PREFIX}/man/man1/rot.1 .include