[PATCH] PR 90484

Robert Gogolok gogo at cs.uni-sb.de
Fri Mar 3 16:01:13 PST 2006


Hi,
Here's a patch for bug report 
http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/90484

--- Makefile.orig       Sat Mar  4 00:57:23 2006
+++ Makefile    Sat Mar  4 00:57:33 2006
@@ -151,7 +151,7 @@
        ${SETENV} ${MAKE_ENV} ${MAKE} lib${PYTHON_VERSION}.so python; \
        ${LN} -f lib${PYTHON_VERSION}.so lib${PYTHON_VERSION}.so.1; \
        ${LN} -f python ${PYTHON_VERSION:S/thon/thon-shared/}
-.if !exists(/usr/bin/rpcgen) # the world with NO_NIS
+.if !exists(/usr/bin/ypcat) # the world with NO_NIS
        ${GREP} -v 'nis.so$$' ${PKGDIR}/pkg-plist > ${PLIST}
 .else
        ${CP} ${PKGDIR}/pkg-plist ${PLIST}

Robert


More information about the freebsd-ports mailing list