summaryrefslogtreecommitdiff
path: root/net/bittorrent/Makefile.common
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-03-17 19:27:42 +0000
committerjmmv <jmmv>2004-03-17 19:27:42 +0000
commitffa8b24cb4dabd175ce3f97037c4c64e4a2a555e (patch)
treebc1648c53f888407a008f6295f6222c2cdb06278 /net/bittorrent/Makefile.common
parenteb0552a34aca1e645c85f4dd98a18f2d75d69bb4 (diff)
downloadpkgsrc-ffa8b24cb4dabd175ce3f97037c4c64e4a2a555e.tar.gz
Fix path to python in scripts installed by bittorrent-gui by moving the
inclusion of python/application.mk to the end of Makefile's and fixing paths to files. Bump PKGREVISION of this package to 1.
Diffstat (limited to 'net/bittorrent/Makefile.common')
-rw-r--r--net/bittorrent/Makefile.common4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/bittorrent/Makefile.common b/net/bittorrent/Makefile.common
index 01616f1451b..e44e22705ff 100644
--- a/net/bittorrent/Makefile.common
+++ b/net/bittorrent/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/03/12 23:43:05 recht Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/03/17 19:27:42 jmmv Exp $
#
DISTNAME= BitTorrent-3.4.1
@@ -18,5 +18,3 @@ PATCHDIR= ${.CURDIR}/../../net/bittorrent/patches
USE_BUILDLINK2= YES
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
-
-.include "../../lang/python/application.mk"