- allow staging
- s/LATEST_LINK/PKGNAMESUFFIX/ - change MASTERSITE to GOOGLE_CODE
This commit is contained in:
parent
4faf81169c
commit
ad25c4caa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336524
@ -5,28 +5,24 @@ PORTNAME= mod_auth_external
|
||||
PORTVERSION= 2.2.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://www.unixpapa.com/software/
|
||||
MASTER_SITES= GOGLE_CODE
|
||||
PKGNAMESUFFIX= 2
|
||||
DIST_SUBDIR= apache2
|
||||
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= Allows users authentication based on external mechanisms
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
USE_APACHE= 22
|
||||
AP_FAST_BUILD= yes
|
||||
AP_GENPLIST= yes
|
||||
LATEST_LINK= mod_auth_external2
|
||||
SHORTMODNAME= auth_external
|
||||
|
||||
PORTDOCS= AUTHENTICATORS INSTALL README
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}/
|
||||
. for f in ${PORTDOCS}
|
||||
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
|
||||
. endfor
|
||||
.endif
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user