- fix semantic in the install target (swap -a -A)

with head apache@
This commit is contained in:
Olli Hauer 2013-03-02 20:49:03 +00:00
parent c4a7ff67b3
commit b2c3ea48d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313296

View File

@ -475,9 +475,9 @@ do-build: ap-gen-plist
.if !target(do-install)
do-install:
.if defined(AP_MODENABLE)
@${APXS} -i -A -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT}
.else
@${APXS} -i -a -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT}
.else
@${APXS} -i -A -n ${SHORTMODNAME} ${WRKSRC}/${MODULENAME}.${AP_BUILDEXT}
.endif
.endif
.endif