svn commit: r413741 - head/www/py-django-annotations

Steve Wills swills at FreeBSD.org
Thu Apr 21 16:08:17 UTC 2016


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>


More information about the svn-ports-all mailing list