pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/zlib Re-arrange lines to make this more likely t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c98b9a449d84
branches:  trunk
changeset: 532534:c98b9a449d84
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Aug 22 18:36:09 2007 +0000

description:
Re-arrange lines to make this more likely to pass pkglint.

diffstat:

 devel/zlib/Makefile |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (38 lines):

diff -r b2f125e15cfb -r c98b9a449d84 devel/zlib/Makefile
--- a/devel/zlib/Makefile       Wed Aug 22 18:35:30 2007 +0000
+++ b/devel/zlib/Makefile       Wed Aug 22 18:36:09 2007 +0000
@@ -1,29 +1,26 @@
-# $NetBSD: Makefile,v 1.39 2007/08/22 18:35:30 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2007/08/22 18:36:09 jlam Exp $
 
 DISTNAME=      zlib-1.2.3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=libpng/} \
                http://www.gzip.org/zlib/
+DISTFILES=     # empty
 
 MAINTAINER=    joerg%NetBSD.org@localhost
 HOMEPAGE=      http://www.zlib.net/
 COMMENT=       General purpose data compression library
 
-DISTFILES=     # empty
-EXTRACT_ONLY=  # empty
-
 PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 NO_CHECKSUM=           yes
+EXTRACT_ONLY=          # empty
 USE_LIBTOOL=           yes
 
+CFLAGS+=               ${CPPFLAGS}
+
 INSTALLATION_DIRS=     include lib ${PKGMANDIR}/man3
 
-.include "../../mk/bsd.prefs.mk"
-
-CFLAGS+=               ${CPPFLAGS}
-
 do-extract:
        ${CP} -r ${FILESDIR} ${WRKSRC}
 



Home | Main Index | Thread Index | Old Index