diff -ruN pear-PEAR.orig/Makefile pear-PEAR/Makefile --- pear-PEAR.orig/Makefile Wed Feb 16 08:59:34 2005 +++ pear-PEAR/Makefile Wed Feb 16 09:36:13 2005 @@ -7,6 +7,7 @@ PORTNAME= PEAR PORTVERSION= 1.3.4 +PORTREVISION= 1 CATEGORIES= devel www pear MAINTAINER= antonio@php.net diff -ruN pear-PEAR.orig/Makefile.common pear-PEAR/Makefile.common --- pear-PEAR.orig/Makefile.common Wed Feb 16 08:59:34 2005 +++ pear-PEAR/Makefile.common Wed Feb 16 09:30:43 2005 @@ -128,6 +128,7 @@ if [ -n "${EXAMPLES}" ]; then echo "%%PORTDOCS%%@dirrm ${LEXAMPLESDIR}"; fi; \ echo "@dirrm ${LPKGREGDIR}"; \ echo "@unexec rmdir %D/${LINSTDIR} 2> /dev/null || true"; \ + echo "@unexec rmdir %D/${LINSTDIR:H} 2> /dev/null || true"; \ echo "@unexec rmdir %D/${LPEARDIR}/.registry 2> /dev/null || true"; \ echo "@unexec rmdir %D/${LPEARDIR}/packages 2> /dev/null || true"; \ echo "@unexec rmdir %D/${LPEARDIR} 2> /dev/null || true"; \