aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2005-09-07 16:49:25 +0800
committerleeym <leeym@FreeBSD.org>2005-09-07 16:49:25 +0800
commitb6871f678b17b79d09bdd4b9bbb63d516bb00356 (patch)
tree03f80f762d6df51255f3cea72dc46385c5cafd77
parent7651aeb1cb2415401cb35b3c04abe356aa5a4c0d (diff)
downloadfreebsd-ports-gnome-b6871f678b17b79d09bdd4b9bbb63d516bb00356.tar.gz
freebsd-ports-gnome-b6871f678b17b79d09bdd4b9bbb63d516bb00356.tar.zst
freebsd-ports-gnome-b6871f678b17b79d09bdd4b9bbb63d516bb00356.zip
- set INSTALL_TARGET=pure_install to avoid installing perlocal.pod
-rw-r--r--lang/pyperl/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/pyperl/Makefile b/lang/pyperl/Makefile
index 0016a18a12c2..660aa47a8dd9 100644
--- a/lang/pyperl/Makefile
+++ b/lang/pyperl/Makefile
@@ -17,11 +17,12 @@ USE_PYTHON= yes
USE_PYDISTUTILS= yes
PERL_CONFIGURE= yes
CONFIGURE_WRKSRC= ${WRKSRC}/Python-Object
+INSTALL_TARGET= pure_install
MAN3= Python.3 Python::Err.3 Python::Object.3
post-extract:
- ${RM} ${WRKSRC}/MULTI_PERL
+ @${RM} -f ${WRKSRC}/MULTI_PERL
post-configure:
@cd ${CONFIGURE_WRKSRC} && \