aboutsummaryrefslogtreecommitdiff
path: root/deskutils/bigyear
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-01 23:41:51 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-01 23:41:51 +0000
commit922255dfe760dd814e261ebafbc6a0a8b664711d (patch)
tree30ae69307b32e2dbe08030f39afae9783edbeb3a /deskutils/bigyear
parentca9e3703cd923be0dad75e8a7525f6015d903b50 (diff)
downloadports-922255dfe760dd814e261ebafbc6a0a8b664711d.tar.gz
ports-922255dfe760dd814e261ebafbc6a0a8b664711d.zip
Stage support
Notes
Notes: svn path=/head/; revision=342219
Diffstat (limited to 'deskutils/bigyear')
-rw-r--r--deskutils/bigyear/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/deskutils/bigyear/Makefile b/deskutils/bigyear/Makefile
index d409b4ab4a50..071182298644 100644
--- a/deskutils/bigyear/Makefile
+++ b/deskutils/bigyear/Makefile
@@ -9,22 +9,17 @@ MASTER_SITES= http://mahon.cwx.net/sources/
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>