diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /x11/xclip | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'x11/xclip')
-rw-r--r-- | x11/xclip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile index 4a486379682..5a449227ab2 100644 --- a/x11/xclip/Makefile +++ b/x11/xclip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2008/08/19 13:33:09 obache Exp $ +# $NetBSD: Makefile,v 1.14 2009/05/19 08:59:39 wiz Exp $ # DISTNAME= xclip-0.11 @@ -8,8 +8,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xclip/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/xclip/ COMMENT= Command line interface to the X windows clipboard - -#LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |