svn commit: r380466 - in branches/2015Q1/mail/ez-pine-gpg: . files

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 4 23:51:15 UTC 2015


Author: amdmi3
Date: Wed Mar  4 23:51:13 2015
New Revision: 380466
URL: https://svnweb.freebsd.org/changeset/ports/380466
QAT: https://qat.redports.org/buildarchive/r380466/

Log:
  MFH: r380205
  
  - Pet portlint
  - Add LICENSE
  - Fix references to stagedir from installed files
  
  Approved by:	ports-secteam (delphij)

Added:
  branches/2015Q1/mail/ez-pine-gpg/files/
     - copied from r380205, head/mail/ez-pine-gpg/files/
Modified:
  branches/2015Q1/mail/ez-pine-gpg/Makefile
Directory Properties:
  branches/2015Q1/   (props changed)

Modified: branches/2015Q1/mail/ez-pine-gpg/Makefile
==============================================================================
--- branches/2015Q1/mail/ez-pine-gpg/Makefile	Wed Mar  4 23:49:59 2015	(r380465)
+++ branches/2015Q1/mail/ez-pine-gpg/Makefile	Wed Mar  4 23:51:13 2015	(r380466)
@@ -3,24 +3,26 @@
 
 PORTNAME=	ez-pine-gpg
 DISTVERSION=	0.4h
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	mail
 MASTER_SITES=	http://business-php.com/opensource/ez-pine-gpg/
 DISTNAME=	${PORTNAME}_v${DISTVERSION}
-EXTRACT_SUFX=	.tgz
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Set of scripts to use gpg with Pine
 
+LICENSE=	GPLv2 # or later
+
 RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
 
-WRKSRC=	${WRKDIR}/${PORTNAME}
+USES=		tar:tgz
+WRKSRC=		${WRKDIR}/${PORTNAME}
 NO_BUILD=	yes
 
 OPTIONS_DEFINE=	DOCS
 
 do-install:
-	(cd ${WRKSRC} && ./install ${STAGEDIR}${PREFIX}/bin)
+	(cd ${WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" ./install ${PREFIX}/bin)
 
 post-install:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}


More information about the svn-ports-branches mailing list