diff options
author | taca <taca> | 2010-09-23 07:40:42 +0000 |
---|---|---|
committer | taca <taca> | 2010-09-23 07:40:42 +0000 |
commit | f4784ee711d411bd65f52364296c68622c4c37ce (patch) | |
tree | da0486500c2361024b92d7fb3c8d1337cafea847 /editors/poedit | |
parent | c88ac16cdc8762acb953fe100621b0f23331dc0e (diff) | |
download | pkgsrc-f4784ee711d411bd65f52364296c68622c4c37ce.tar.gz |
Add LICENSE.
Diffstat (limited to 'editors/poedit')
-rw-r--r-- | editors/poedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/poedit/Makefile b/editors/poedit/Makefile index 2ff17c88a8b..48fb5c86b2a 100644 --- a/editors/poedit/Makefile +++ b/editors/poedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2010/09/16 08:06:14 adam Exp $ +# $NetBSD: Makefile,v 1.32 2010/09/23 07:40:42 taca Exp $ DISTNAME= poedit-1.4.6.1 PKGREVISION= 3 @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=poedit/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.poedit.net/ COMMENT= Cross-platform gettext catalogs (.po files) editor +LICENSE= mit PKG_DESTDIR_SUPPORT= user-destdir |