Date: Wed, 21 Jan 2015 17:43:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 196028] [MAINTAINER] www/typo3: update to 7.0.2 Message-ID: <bug-196028-13-qoLJYGE02p@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-196028-13@https.bugs.freebsd.org/bugzilla/> References: <bug-196028-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196028 --- Comment #9 from John Marino <marino@FreeBSD.org> --- most pkg-plist have zero @dir on them. This line, "${FIND} -d * -type d -regex "${TYPO3WWW}/${PORTNAME}-${TYPO3RELEASE}/*.*" | ${SORT} | ${SED} -ne 's#^#@dir #p' >> ${TMPPLIST}" is created one "@dir" for each directory found, right? If so, that's incorrect. You probably don't need any for $TYPO3WWW -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-196028-13-qoLJYGE02p>