Date: Thu, 21 Apr 2016 16:08:16 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413741 - head/www/py-django-annotations Message-ID: <201604211608.u3LG8GVf036141@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Apr 21 16:08:16 2016 New Revision: 413741 URL: https://svnweb.freebsd.org/changeset/ports/413741 Log: www/py-django-annotations: fix plist Reported by: mat Modified: head/www/py-django-annotations/Makefile Modified: head/www/py-django-annotations/Makefile ============================================================================== --- head/www/py-django-annotations/Makefile Thu Apr 21 15:52:23 2016 (r413740) +++ head/www/py-django-annotations/Makefile Thu Apr 21 16:08:16 2016 (r413741) @@ -22,9 +22,7 @@ GH_ACCOUNT= TheDataShed GH_TAGNAME= cdb04b4 NO_ARCH= yes -PLIST_FILES= "@sample etc/annotations/default/__init__.py.example" \ - "@dir etc/annotations" \ - "@dir etc/annotations/default" +PLIST_FILES= "@sample etc/annotations/default/__init__.py.sample"\ .include <bsd.port.pre.mk> @@ -38,6 +36,6 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc/annotations/default - ${INSTALL_DATA} ${WRKSRC}/annotator/settings/base.py ${STAGEDIR}${PREFIX}/etc/annotations/default/__init__.py.example + ${INSTALL_DATA} ${WRKSRC}/annotator/settings/base.py ${STAGEDIR}${PREFIX}/etc/annotations/default/__init__.py.sample .include <bsd.port.post.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604211608.u3LG8GVf036141>