diff options
author | recht <recht> | 2003-09-16 11:40:26 +0000 |
---|---|---|
committer | recht <recht> | 2003-09-16 11:40:26 +0000 |
commit | af72df17fc901fd936cd661836e278a1076dfbf9 (patch) | |
tree | e16563b2dcc7668ea597a970a6a435aa4a2fbaa9 /net/nicotine/Makefile | |
parent | a7462bda52d83569260d592cdf8ce20de6cdd42f (diff) | |
download | pkgsrc-af72df17fc901fd936cd661836e278a1076dfbf9.tar.gz |
Fix PLIST (discovered by hubertf's bulk-build).
While at it, make this a distuils package.
Diffstat (limited to 'net/nicotine/Makefile')
-rw-r--r-- | net/nicotine/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index 117e6fc46e4..6a7c536ddfb 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/08 00:33:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/16 11:40:26 recht Exp $ # DISTNAME= nicotine-1.0.3 @@ -10,16 +10,12 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://nicotine.thegraveyard.org/ COMMENT= Client for soulseek, a peer-to-peer network for music -NO_CONFIGURE= yes -NO_BUILD= yes PYTHON_VERSIONS_ACCEPTED= 22pth 23pth USE_BUILDLINK2= yes +PY_PATCHPLIST= yes +PYDISTUTILSPKG= yes -do-install: - cd ${WRKSRC} ; \ - ${PYTHONBIN} setup.py install --prefix=${PREFIX} - -.include "../../lang/python22-pth/buildlink2.mk" +.include "../../lang/python/extension.mk" .include "../../x11/gtk2/buildlink2.mk" .include "../../x11/py-gtk2/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |