![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / security / dsniff-nox11 / Makefile (download)
Revision 1.11, Tue Oct 23 18:16:26 2012 UTC (10 years, 7 months ago) by asau
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days. |
# $NetBSD: Makefile,v 1.11 2012/10/23 18:16:26 asau Exp $ .include "../../security/dsniff/Makefile.common" PKGNAME= dsniff-nox11-${VERS} PKGREVISION= 6 COMMENT= Password sniffer CONFIGURE_ARGS+= --without-x INSTALLATION_DIRS+= ${PKGMANDIR}/man8 INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR} post-configure: ( cd ${WRKSRC} \ && grep '#define.*HAVE_SYS_QUEUE_H' config.h >/dev/null \ && mv missing/sys/queue.h missing/sys/queue.h.fake ) post-install: ${RM} ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8/webspy.8 .include "../../mk/bsd.pkg.mk"