svn commit: r328893 - head/security/tpmmanager

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Sep 30 22:54:32 UTC 2013


Author: danilo
Date: Mon Sep 30 22:54:31 2013
New Revision: 328893
URL: http://svnweb.freebsd.org/changeset/ports/328893

Log:
  - Change maintainer email to @FreeBSD.org
  - Convert LIB_DEPENDS to new syntax
  - Add stage support
  
  Approved by:	wg (mentor)

Modified:
  head/security/tpmmanager/Makefile

Modified: head/security/tpmmanager/Makefile
==============================================================================
--- head/security/tpmmanager/Makefile	Mon Sep 30 22:48:09 2013	(r328892)
+++ head/security/tpmmanager/Makefile	Mon Sep 30 22:54:31 2013	(r328893)
@@ -6,12 +6,12 @@ PORTVERSION=	0.8.1
 CATEGORIES=	security
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:C/\.1//}/
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	TPM Manager
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	tspi:${PORTSDIR}/security/trousers
+LIB_DEPENDS=	libtspi.so:${PORTSDIR}/security/trousers
 
 QT_NONSTANDARD=	YES
 USE_QT4=	gui moc_build qmake_build rcc_build uic_build
@@ -19,24 +19,18 @@ USE_QT4=	gui moc_build qmake_build rcc_b
 HAS_CONFIGURE=	YES
 
 PLIST_FILES=	bin/${PORTNAME}
-
 PORTDOCS=	*
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.pre.mk>
-
 do-configure:
 	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
 		${QMAKE} PREFIX=${PREFIX} tpmmanager.pro
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin/
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/doc/latex/${PORTNAME}.pdf ${DOCSDIR}/
-	${INSTALL_DATA} ${WRKSRC}/doc/TPM_Manager.odt ${DOCSDIR}/
-.endif
+	${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/doc/latex/${PORTNAME}.pdf ${STAGEDIR}${DOCSDIR}/
+	${INSTALL_DATA} ${WRKSRC}/doc/TPM_Manager.odt ${STAGEDIR}${DOCSDIR}/
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-all mailing list