aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rox-archive/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rox-archive/Makefile b/archivers/rox-archive/Makefile
index f80e703620b1..0455dec30f92 100644
--- a/archivers/rox-archive/Makefile
+++ b/archivers/rox-archive/Makefile
@@ -25,8 +25,8 @@ post-patch:
@${FIND} ${WRKSRC} -name CVS | ${XARGS} ${RM} -r
do-build:
- @${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
- @${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
+ @${PYTHON_CMD} -m compileall ${WRKSRC}
+ @${PYTHON_CMD} -O -m compileall ${WRKSRC}
do-install:
@${MKDIR} ${PREFIX}/apps
an title='2009-04-24 14:49:38 +0800'>2009-04-242-9/+11 * - Update to 1.43clsung2009-01-272-4/+4 * - Update to 1.37clsung2008-11-202-4/+4 * - Update to 1.36clsung2008-10-132-4/+4 * - Update to 1.35clsung2008-09-262-4/+4 * - Update to 1.33clsung2008-06-242-4/+4 * - Update to 1.32clsung2008-04-012-6/+5 * - Update to 1.31clsung2007-07-113-4/+15 * - Update to 1.22clsung2006-12-222-4/+4 * - Update to 1.21clsung2006-12-062-4/+4 * - fix typoclsung2006-11-121-2/+2 * - Update to 1.20clsung2006-11-102-5/+7 * - Update to 1.12clsung2006-10-312-4/+4 * - Update to 1.11clsung2006-10-313-21/+7 * - update to 1.10clsung2006-03-163-9/+13 * SHA256ifyedwin2006-01-241-0/+1 * Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-2/+2 * - patch that make '>' encoded to '>'clsung2005-04-062-0/+11 * Remove dependencies on p5-Test-*, sinceclsung2005-04-051-9/+2 * My territory, suggested by ijliao. :pclsung2004-08-201-1/+1 * Update to 1.05arved2004-08-132-6/+13 * Update to 1.04: quell warnings when parsing RSS 0.9x, RSS 2.0vs2004-03-163-6/+7 * SIZEify.trevor2004-01-301-0/+1 * utilize SITE_PERLijliao2003-10-241-1/+0 * Add a missed dependency and then bump PORTREVISION.foxfair2003-09-011-1/+3 * Update to 1.02foxfair2003-06-222-2/+2 * upgrade to 1.01ijliao2003-02-213-7/+7 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1