2cea5c239f
The locale files are now always installed and not only if a Python interpreter named "python" is available for whatever reasons. This fixes PR pkg/42691 by Olaf 'Rhialto' Seibert.
16 lines
461 B
Text
16 lines
461 B
Text
# $NetBSD: Makefile.common,v 1.19 2010/01/30 13:31:59 tron Exp $
|
|
#
|
|
# used by net/bittorrent/Makefile
|
|
# used by net/bittorrent-gui/Makefile
|
|
|
|
DISTNAME= BitTorrent-4.4.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${HOMEPAGE}/dl/
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://www.bittorrent.com/
|
|
COMMENT= File sharing tool
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../net/bittorrent/distinfo
|
|
FILESDIR= ${.CURDIR}/../../net/bittorrent/files
|
|
PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches
|