diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-22 18:05:04 +0000 |
commit | f45d0a8198e01f9de3159f120af98857c70773c1 (patch) | |
tree | 5ccc149311d24585961d9a2cf90f90b5de162a2d /dns | |
parent | a14ce15e349663b36e082c2a46c21adc66d82376 (diff) |
Fix NO_STAGE attribution
Notes
Notes:
svn path=/head/; revision=327888
Diffstat (limited to 'dns')
-rw-r--r-- | dns/posadis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/posadis/Makefile b/dns/posadis/Makefile index 229fd527d89a..e311859d3960 100644 --- a/dns/posadis/Makefile +++ b/dns/posadis/Makefile @@ -16,6 +16,7 @@ USE_AUTOTOOLS= autoconf libltdl libtool USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +NO_STAGE= yes .if defined(WITH_FAM) || exists(${LOCALBASE}/lib/libfam.so) CONFIGURE_ARGS= --enable-fam @@ -34,7 +35,6 @@ MAN5= posadisrc.5 DOCS= AUTHORS ChangeLog README TODO .if !defined(NOPORTDOCS) -NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} |