diff options
author | epg <epg@pkgsrc.org> | 2008-09-12 05:32:37 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2008-09-12 05:32:37 +0000 |
commit | d45d951d60fd8478f194f394ed20513aa11479d7 (patch) | |
tree | 8707d632c7cadae9c9c675daac713a7bf781fc3b /www/ja-trac/Makefile | |
parent | 98c52e4d890df21b257e91d0fa3347f41e79d914 (diff) | |
download | pkgsrc-d45d951d60fd8478f194f394ed20513aa11479d7.tar.gz |
Default EGG_NAME to ${DISTNAME} in egg.mk and drop EGG_NAME from packages that
set it to ${DISTNAME}.
Diffstat (limited to 'www/ja-trac/Makefile')
-rw-r--r-- | www/ja-trac/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ja-trac/Makefile b/www/ja-trac/Makefile index de514b24c02..54e0251264a 100644 --- a/www/ja-trac/Makefile +++ b/www/ja-trac/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2008/08/23 00:20:09 obache Exp $ +# $NetBSD: Makefile,v 1.19 2008/09/12 05:32:38 epg Exp $ # DISTNAME= Trac-0.11.1.ja1 PKGNAME= ja-${DISTNAME:tl:S/.ja/pl/} -EGG_NAME= ${DISTNAME} CATEGORIES= www devel MASTER_SITES= http://www.i-act.co.jp/project/products/downloads/ EXTRACT_SUFX= .zip |