diff options
author | wiz <wiz> | 2010-11-17 18:07:04 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-11-17 18:07:04 +0000 |
commit | a8677607107d1985873968e65547090f01e83a35 (patch) | |
tree | a6c08075f8e0552920223557fb50251ccabd76c3 /x11/devilspie | |
parent | 40d8fcfd3e0e8f70a79f4adf07848cdff0d7a87b (diff) | |
download | pkgsrc-a8677607107d1985873968e65547090f01e83a35.tar.gz |
Set LICENSE, fix pkglint warning.
Diffstat (limited to 'x11/devilspie')
-rw-r--r-- | x11/devilspie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/devilspie/Makefile b/x11/devilspie/Makefile index 5037ba63f7b..9aae5b247e9 100644 --- a/x11/devilspie/Makefile +++ b/x11/devilspie/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2010/11/15 22:58:54 abs Exp $ +# $NetBSD: Makefile,v 1.40 2010/11/17 18:07:04 wiz Exp $ DISTNAME= devilspie-0.22 PKGREVISION= 4 @@ -8,6 +8,7 @@ MASTER_SITES= http://www.burtonini.com/computing/ MAINTAINER= wiz@NetBSD.org HOMEPAGE= http://www.burtonini.com/blog/computers/devilspie/ COMMENT= Window-matching utility to customize window behavior +LICENSE= gnu-gpl-v2 BUILD_DEPENDS+= libxslt>=1.0:../../textproc/libxslt @@ -17,9 +18,9 @@ USE_TOOLS+= intltool msgfmt pkg-config GNU_CONFIGURE= YES USE_PKGLOCALEDIR= YES TEST_TARGET= check +INSTALLATION_DIRS= share/doc/devilspie post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/devilspie ${INSTALL_DATA} ${WRKSRC}/README \ ${DESTDIR}${PREFIX}/share/doc/devilspie/ |