diff options
author | Chris Rees <crees@FreeBSD.org> | 2011-12-23 14:45:07 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2011-12-23 14:45:07 +0000 |
commit | 47ac35e443af40f316eb06e90c08424caa2bb598 (patch) | |
tree | 723825d0a77927b78e917031cdebb9471478effe /devel/cvsweb3 | |
parent | - fix build (remove unneeded patch) [1] (diff) |
Use bsd.port.pre.mk to allow the port to actually find the correct cgi-bindir
without falling through to the last case every time.
PR: ports/163099
Submitted by: crees
Approved by: maintainer timeout (2w+)
Diffstat (limited to 'devel/cvsweb3')
-rw-r--r-- | devel/cvsweb3/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/cvsweb3/Makefile b/devel/cvsweb3/Makefile index 3e98d3f23a91..89af5159c10a 100644 --- a/devel/cvsweb3/Makefile +++ b/devel/cvsweb3/Makefile @@ -37,6 +37,8 @@ CONFLICTS= cvsweb-2.* NO_BUILD= yes USE_PERL5= yes +.include <bsd.port.pre.mk> + # Specify where your repository belongs. # (You can reconfigure it after installation anyway) .if defined(PACKAGE_BUILDING) || !defined(CVSROOT) || empty(CVSROOT) @@ -115,4 +117,4 @@ post-install: .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |