diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-20 00:10:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-20 00:10:10 +0000 |
commit | 512da5c3dcab3b31dda2565b17fcb3280e8833c9 (patch) | |
tree | 9a82b14e7b2008d0ba2b7596713b2edccd5f31a8 | |
parent | 2a3a0c0f22a4a173ea3ee8ffeca3d9b511473e8b (diff) | |
download | pkgsrc-512da5c3dcab3b31dda2565b17fcb3280e8833c9.tar.gz |
Mark as destdir safe and take maintainership.
-rw-r--r-- | x11/setxkbmap/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/setxkbmap/Makefile b/x11/setxkbmap/Makefile index 194e654c9c9..3bfe0d4df84 100644 --- a/x11/setxkbmap/Makefile +++ b/x11/setxkbmap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/18 19:03:26 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2007/03/20 00:10:10 joerg Exp $ # DISTNAME= setxkbmap-1.0.3 @@ -6,10 +6,12 @@ CATEGORIES= x11 MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ EXTRACT_SUFX= .tar.bz2 -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= joerg@NetBSD.org HOMEPAGE= http://xorg.freedesktop.org/ COMMENT= Set the keyboard map using the X Keyboard Extension +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config |