Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Dec 2016 20:47:11 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429127 - head/devel/p5-Gtk2-Spell
Message-ID:  <201612212047.uBLKlBwi048670@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Dec 21 20:47:11 2016
New Revision: 429127
URL: https://svnweb.freebsd.org/changeset/ports/429127

Log:
  - Add LICENSE_FILE [1]
  - Remove unneeded CHMOD after r390893 (file mode changed from 444 to 644)
  
  With hat:	perl
  Approved by:	portmgr (blanket) [1]

Modified:
  head/devel/p5-Gtk2-Spell/Makefile

Modified: head/devel/p5-Gtk2-Spell/Makefile
==============================================================================
--- head/devel/p5-Gtk2-Spell/Makefile	Wed Dec 21 20:47:07 2016	(r429126)
+++ head/devel/p5-Gtk2-Spell/Makefile	Wed Dec 21 20:47:11 2016	(r429127)
@@ -12,6 +12,7 @@ MAINTAINER=	acm@FreeBSD.org
 COMMENT=	Perl interface to the Gtk2Spell library
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	p5-Cairo>=0:graphics/p5-Cairo \
 		p5-ExtUtils-Depends>=0:devel/p5-ExtUtils-Depends \
@@ -27,8 +28,6 @@ post-patch:
 	@${REINPLACE_CMD} -e 's=1.00rc2=1.001=g' ${WRKSRC}/Makefile.PL
 
 post-install:
-	${CHMOD} u+w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
-	${CHMOD} u-w ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Gtk2/Spell/Spell.so
 
 .include <bsd.port.mk>



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