1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

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+)
This commit is contained in:
Chris Rees 2011-12-23 14:45:07 +00:00
parent 9dbe8cd622
commit 47ac35e443
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287932
2 changed files with 6 additions and 2 deletions

View File

@ -23,6 +23,8 @@ CONFLICTS= cvsweb-3.*
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)
@ -85,4 +87,4 @@ post-install:
.endif
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -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>