1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Remove post-install check to conditionally run 'nsdc patch'

Submitted by:	me
Approved by:	Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Feature safe:	yes
This commit is contained in:
Ryan Steinmetz 2011-11-30 22:56:10 +00:00
parent f8a80d499b
commit b1a382328d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286707

View File

@ -132,11 +132,6 @@ pre-patch:
post-install: post-install:
${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \ ${INSTALL_DATA} ${WRKSRC}/nsd.conf.sample \
${PREFIX}/etc/nsd/nsd.conf.sample ${PREFIX}/etc/nsd/nsd.conf.sample
.if exists(${PREFIX}/etc/nsd/nsd.conf)
@${ECHO_MSG} "Upgrading to new ixfr.db format if needed"
${PREFIX}/sbin/nsdc patch
.endif
.if !defined(NOPORTDOCS) .if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS} .for f in ${PORTDOCS}