diff options
author | cjep <cjep> | 2002-05-20 17:12:31 +0000 |
---|---|---|
committer | cjep <cjep> | 2002-05-20 17:12:31 +0000 |
commit | 47f7daecb6b94bb9bdffb7a30165286edfb4320f (patch) | |
tree | fdd7b80ced113b9faf7d95e789e019ea7416662b /x11/xwrits | |
parent | 0e08acf22a912b8ada2f5a9fdbe5141568ce3c90 (diff) | |
download | pkgsrc-47f7daecb6b94bb9bdffb7a30165286edfb4320f.tar.gz |
Pkglint complaint (too many blank lines).
Diffstat (limited to 'x11/xwrits')
-rw-r--r-- | x11/xwrits/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/xwrits/Makefile b/x11/xwrits/Makefile index 7274d5c118c..89fe9888080 100644 --- a/x11/xwrits/Makefile +++ b/x11/xwrits/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/02/11 03:07:47 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.10 2002/05/20 17:12:31 cjep Exp $ DISTNAME= xwrits-2.19 CATEGORIES= x11 @@ -11,6 +11,5 @@ COMMENT= Wrist break reminder for prevention of repetitive stress injuries GNU_CONFIGURE= YES USE_BUILDLINK_ONLY= YES - .include "../../mk/x11.buildlink.mk" .include "../../mk/bsd.pkg.mk" |