Date: Wed, 13 Aug 2014 09:29:46 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191456] [stage] www/phpbb3: update to 3.0.12 Message-ID: <bug-191456-13-MQY9KQVfBk@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-191456-13@https.bugs.freebsd.org/bugzilla/> References: <bug-191456-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=191456 --- Comment #8 from John Marino <marino@FreeBSD.org> --- looking at the diff, two things stand out: 1) you have ".include <bsd.port.options.mk>" in the middle of the targets. It usually comes before all the targets. 2) You have both do-install and post-install targets. This is not necessary, it should be combined into a single "do-install" target. post-install is for when the installation is handle by the vendor makefile and it needs extra help. -- 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-191456-13-MQY9KQVfBk>