diff options
author | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-06-09 06:30:55 +0800 |
commit | ad6dcb178b410931b8a584938b44fc4da53756f8 (patch) | |
tree | 8ce0d77d48a49a1635170171ab0c9ebe5244ee5c /www/roundup | |
parent | e4a324dde12b05e8afc0511401cb97ac0ae57582 (diff) | |
download | freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.gz freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.tar.zst freebsd-ports-gnome-ad6dcb178b410931b8a584938b44fc4da53756f8.zip |
- Update lang/python26 and make Python 2.6.2 to the default Python version
Tested by: 3 pointyhat runs
Thanks to: pav, gahr, lwhsu, mva, amdmi3
Diffstat (limited to 'www/roundup')
-rw-r--r-- | www/roundup/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/roundup/Makefile b/www/roundup/Makefile index 277623da68de..c058d189bce8 100644 --- a/www/roundup/Makefile +++ b/www/roundup/Makefile @@ -7,6 +7,7 @@ PORTNAME= roundup PORTVERSION= 1.4.8 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP @@ -49,7 +50,7 @@ SCRIPTS= roundup-admin roundup-demo roundup-gettext roundup-mailgw \ roundup-server roundup-xmlrpc-server post-install: - @${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/build/scripts-2.5/,} ${PREFIX}/bin + @${INSTALL_SCRIPT} ${SCRIPTS:S,^,${WRKSRC}/build/scripts-${PYTHON_VER}/,} ${PREFIX}/bin .if !defined(NO_INSTALL_MANPAGES) @${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/share/man/man1/,} ${MAN1PREFIX}/man/man1 .endif |