Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Dec 2013 13:05:45 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335978 - head/misc/birthday
Message-ID:  <201312091305.rB9D5jeB008858@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Mon Dec  9 13:05:45 2013
New Revision: 335978
URL: http://svnweb.freebsd.org/changeset/ports/335978

Log:
  - Add stage support
  - Convert USE_GMAKE to USES
  - Add LICENSE

Modified:
  head/misc/birthday/Makefile

Modified: head/misc/birthday/Makefile
==============================================================================
--- head/misc/birthday/Makefile	Mon Dec  9 13:01:12 2013	(r335977)
+++ head/misc/birthday/Makefile	Mon Dec  9 13:05:45 2013	(r335978)
@@ -9,21 +9,21 @@ MASTER_SITES=	http://users.zetnet.co.uk/
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Outputs reminders for upcoming events (e.g. birthdays)
 
-MAN1=		birthday.1
-MANCOMPRESSED=	no
-PLIST_FILES=	bin/birthday
+LICENSE=	ART10 GPLv2
+LICENSE_COMB=	dual
 
-USE_GMAKE=	yes
+PLIST_FILES=	bin/birthday man/man1/birthday.1.gz
+
+USES=		gmake
 MAKEFILE=	${WRKSRC}/Makefile.gnu
 ALL_TARGET=	birthday
 MAKE_ARGS=	CFLAGS="${CFLAGS} -DUNIX"
 
-NO_STAGE=	yes
 do-configure:
 		cd ${WRKSRC} && ${MAKE} Makefile.gnu
 
 do-install:
-		${INSTALL_PROGRAM} ${WRKSRC}/birthday ${PREFIX}/bin
-		${INSTALL_MAN} ${WRKSRC}/birthday.man ${MAN1PREFIX}/man/man1/birthday.1
+		${INSTALL_PROGRAM} ${WRKSRC}/birthday ${STAGEDIR}${PREFIX}/bin
+		${INSTALL_MAN} ${WRKSRC}/birthday.man ${STAGEDIR}${MAN1PREFIX}/man/man1/birthday.1
 
 .include <bsd.port.mk>



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