pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/maketool Fixed pkglint warnings.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27009f3e369b
branches:  trunk
changeset: 499867:27009f3e369b
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Wed Sep 28 13:54:49 2005 +0000

description:
Fixed pkglint warnings.

diffstat:

 devel/maketool/Makefile |  14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 78b7bf4e3fe6 -r 27009f3e369b devel/maketool/Makefile
--- a/devel/maketool/Makefile   Wed Sep 28 13:02:44 2005 +0000
+++ b/devel/maketool/Makefile   Wed Sep 28 13:54:49 2005 +0000
@@ -1,22 +1,20 @@
-# $NetBSD: Makefile,v 1.32 2005/06/01 18:02:44 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2005/09/28 13:54:49 rillig Exp $
 #
 
-DISTNAME=      maketool-0.7
+DISTNAME=      maketool-0.7-src
+PKGNAME=       maketool-0.7
 PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  http://www.alphalink.com.au/~gnb/maketool/
-EXTRACT_SUFX=  -src.tar.gz
 
 MAINTAINER=    fredb%NetBSD.org@localhost
 HOMEPAGE=      http://www.alphalink.com.au/~gnb/maketool/
 COMMENT=       Graphical front end to GNU make
 
-BUILD_USES_MSGFMT=     # defined
-
-USE_PKGLOCALEDIR=      # defined
+BUILD_USES_MSGFMT=     yes
+GNU_CONFIGURE=         yes
+USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gmake
-GNU_CONFIGURE=         # defined
-USE_PKGLOCALEDIR=      # defined
 
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../x11/gtk/buildlink3.mk"



Home | Main Index | Thread Index | Old Index