diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /devel/py-InlineEgg | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'devel/py-InlineEgg')
-rw-r--r-- | devel/py-InlineEgg/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/py-InlineEgg/Makefile b/devel/py-InlineEgg/Makefile index bd11e5330e3..8f29db323ed 100644 --- a/devel/py-InlineEgg/Makefile +++ b/devel/py-InlineEgg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/02/09 21:09:20 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2009/05/19 08:59:11 wiz Exp $ # DISTNAME= InlineEgg-1.08 @@ -10,11 +10,10 @@ MASTER_SITES= http://oss.corest.com/repo/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://oss.corest.com/projects/inlineegg.html COMMENT= Python module for writing inline assembler programs +LICENSE= inlineegg-license PKG_DESTDIR_SUPPORT= user-destdir -LICENSE= inlineegg-license - PY_PATCHPLIST= YES PYDISTUTILSPKG= YES |