From owner-svn-ports-head@freebsd.org Thu Apr 21 16:08:17 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 74E20B161E8; Thu, 21 Apr 2016 16:08:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 448911BF3; Thu, 21 Apr 2016 16:08:17 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3LG8GPn036142; Thu, 21 Apr 2016 16:08:16 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3LG8GVf036141; Thu, 21 Apr 2016 16:08:16 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201604211608.u3LG8GVf036141@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Thu, 21 Apr 2016 16:08:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413741 - head/www/py-django-annotations X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2016 16:08:17 -0000 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 @@ -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