There is something wrong with the Makefile & pkg-install file in /usr/ports/news/cleanfeed. Fix: //============================================================ in Makefile: post-install: ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL => post-install: ${SH} ${PKGINSTALL} ${PREFIX} ${PKGNAME} POST-INSTALL //============================================================ in pkg-install: PKGNAME=$1 [ ! -n "${PKG_PREFIX}" ] && exit 1 case $2 in => PKG_PREFIX=$1 PKGNAME=$2 [ ! -n "${PKG_PREFIX}" ] && exit 1 case $3 in How-To-Repeat: just execute "make install", you will exit with signal 1.
State Changed From-To: open->closed - correct category to ports. - cleanfeed was maintained by me. - fix this problem by alternative way.
Responsible Changed From-To: freebsd-i386->leeym - correct category to ports. - cleanfeed was maintained by me. - fix this problem by alternative way.