diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-26 20:55:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-26 20:55:37 +0000 |
commit | 31f3f9b57a326033382ad05904fcf90457ba6d8f (patch) | |
tree | ac0a665d3d0f1d887e248b433b3094ee7c9e679c /wm | |
parent | 738cc1edc9b4a42211ce2798fb3213a27f48211f (diff) | |
download | pkgsrc-31f3f9b57a326033382ad05904fcf90457ba6d8f.tar.gz |
Have package Makefiles include bsd.pkg.mk by themselves.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/bbkeys/Makefile | 6 | ||||
-rw-r--r-- | wm/bbkeys/Makefile.common | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/wm/bbkeys/Makefile b/wm/bbkeys/Makefile index 0fc6d4dd98d..3af42b5c339 100644 --- a/wm/bbkeys/Makefile +++ b/wm/bbkeys/Makefile @@ -1,10 +1,12 @@ -# $NetBSD: Makefile,v 1.2 2001/06/26 20:48:20 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2001/06/26 20:55:37 jlam Exp $ # +.include "Makefile.common" + PKGNAME= bbkeys-0.3.5 COMMENT= General X Window keygrabber GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES -.include "Makefile.common" +.include "../../mk/bsd.pkg.mk" diff --git a/wm/bbkeys/Makefile.common b/wm/bbkeys/Makefile.common index ec6fa973c3a..eef5d68f575 100644 --- a/wm/bbkeys/Makefile.common +++ b/wm/bbkeys/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2001/03/10 20:00:26 hubertf Exp $ +# $NetBSD: Makefile.common,v 1.2 2001/06/26 20:55:38 jlam Exp $ # DISTNAME= bbkeys-0.3.5 @@ -9,5 +9,3 @@ MAINTAINER= alaric@alaric-snell.com HOMEPAGE= http://movingparts.thelinuxcommunity.org/bbkeys.shtml USE_X11BASE= YES - -.include "../../mk/bsd.pkg.mk" |