svn commit: r335978 - head/misc/birthday

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Dec 9 13:05:46 UTC 2013


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 at 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>


More information about the svn-ports-head mailing list