On older systems (pre-4.1.0-RELEASE or so), this port will install

its own ifaddrs.h.  Update ${PLIST} accordingly.

Noticed by:	assar
This commit is contained in:
Jacques Vidrine
2001-02-21 12:43:20 +00:00
parent 06fc608304
commit 7f6756dccd

View File

@@ -92,6 +92,9 @@ pre-install:
.if !defined(OPENSSL_IN_BASE)
@${CAT} ${PKGDIR}/pkg-plist.des >> ${PLIST}
.endif
.if !exists(/usr/include/ifaddrs.h)
@${ECHO} include/ifaddrs.h >> ${PLIST}
.endif
# awful hack to avoid running automake after patching configure
pre-configure: