Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Nov 2013 14:52:20 +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: r334938 - head/devel/py-gitosis
Message-ID:  <201311261452.rAQEqKcI009390@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Nov 26 14:52:19 2013
New Revision: 334938
URL: http://svnweb.freebsd.org/changeset/ports/334938

Log:
  - Remove PLIST_DIRSTRY: it causes packaging failure with pkgng
  
  Approved by:	maintainer (implicit)

Modified:
  head/devel/py-gitosis/Makefile

Modified: head/devel/py-gitosis/Makefile
==============================================================================
--- head/devel/py-gitosis/Makefile	Tue Nov 26 14:49:04 2013	(r334937)
+++ head/devel/py-gitosis/Makefile	Tue Nov 26 14:52:19 2013	(r334938)
@@ -25,8 +25,6 @@ GROUPS=		${USERS}
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PYDISTUTILS_PKGVERSION=	${PORTVERSION:R}
 
-PLIST_DIRSTRY=	git
-
 post-install:
 	${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update
 



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