Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Feb 2014 23:41:51 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342219 - head/deskutils/bigyear
Message-ID:  <201402012341.s11Nfp59030344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Feb  1 23:41:51 2014
New Revision: 342219
URL: http://svnweb.freebsd.org/changeset/ports/342219
QAT: https://qat.redports.org/buildarchive/r342219/

Log:
  Stage support

Modified:
  head/deskutils/bigyear/Makefile

Modified: head/deskutils/bigyear/Makefile
==============================================================================
--- head/deskutils/bigyear/Makefile	Sat Feb  1 23:33:53 2014	(r342218)
+++ head/deskutils/bigyear/Makefile	Sat Feb  1 23:41:51 2014	(r342219)
@@ -9,22 +9,17 @@ MASTER_SITES=	http://mahon.cwx.net/sourc
 DISTNAME=	${PORTNAME}
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	A program to print a large (one month per page) calendar
+COMMENT=	Program to print a large (one month per page) calendar
 
-MAN1=		bigyear.1
-PLIST_FILES=	bin/bigyear
+MAKE_ARGS=	CFLAGS="${CFLAGS}"
+
+PLIST_FILES=	bin/bigyear man/man1/bigyear.1.gz
 
-NO_STAGE=	yes
 post-extract:
 	${RM} ${WRKSRC}/bigyear
 
-do-patch:
-# No point wasting inodes with patches
-	@(${SED} -e 's,^CFLAGS,#CFLAGS,g' ${WRKSRC}/Makefile > ${WRKSRC}/foo && \
-		${MV} ${WRKSRC}/foo ${WRKSRC}/Makefile)
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${PREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/man/man1
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402012341.s11Nfp59030344>