1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

- Remove unneeded post-install

This commit is contained in:
Steve Wills 2014-02-14 20:24:25 +00:00
parent 6d6bd2d433
commit 9d762162c0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344312
2 changed files with 0 additions and 10 deletions

View File

@ -36,9 +36,4 @@ pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "========================================================="
post-install:
.if !defined(PACKAGE_BUILDING)
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
.endif
.include <bsd.port.mk>

View File

@ -34,9 +34,4 @@ pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "========================================================="
post-install:
.if !defined(PACKAGE_BUILDING)
@${APXS} -e -a -n "${SHORTMODNAME}" "${APACHEMODDIR}/${MODULENAME}.so"
.endif
.include <bsd.port.mk>