diff options
-rw-r--r-- | www/py-django-annotations/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/www/py-django-annotations/Makefile b/www/py-django-annotations/Makefile index a79ad195fe07..db6c06020a5c 100644 --- a/www/py-django-annotations/Makefile +++ b/www/py-django-annotations/Makefile @@ -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> |