diff options
author | gdt <gdt@pkgsrc.org> | 2006-10-05 15:00:42 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-10-05 15:00:42 +0000 |
commit | a5de4a462623aef419857ff714850f1877e5d102 (patch) | |
tree | 05e1c140a30a57ad1ce118272a70b9b69b5e385a | |
parent | 844cca6d20c321c3fb55344bb5ec84f6c81268f1 (diff) | |
download | pkgsrc-a5de4a462623aef419857ff714850f1877e5d102.tar.gz |
remove commented out lines from previous packaging attempts
-rw-r--r-- | devel/py-fann/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-fann/Makefile b/devel/py-fann/Makefile index 4dd940de9b7..03e22537469 100644 --- a/devel/py-fann/Makefile +++ b/devel/py-fann/Makefile @@ -1,12 +1,10 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/10/05 14:56:23 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2006/10/05 15:00:42 gdt Exp $ .include "../../devel/fann/Makefile.common" PKGNAME= ${PYPKGPREFIX}-fann-${FANNVERSION} - COMMENT= Fast Artificial Neural Network python interface -#WRKSRC= work/fann-${FANNVERSION}/python PYDISTUTILSPKG= YES PYSETUPSUBDIR= python |