diff options
author | leeym <leeym@FreeBSD.org> | 2005-09-07 16:49:25 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2005-09-07 16:49:25 +0800 |
commit | b6871f678b17b79d09bdd4b9bbb63d516bb00356 (patch) | |
tree | 03f80f762d6df51255f3cea72dc46385c5cafd77 | |
parent | 7651aeb1cb2415401cb35b3c04abe356aa5a4c0d (diff) | |
download | freebsd-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/Makefile | 3 |
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} && \ |