pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups Align with doc/Makefile-example by moving t...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a400a2f9feab
branches:  trunk
changeset: 484891:a400a2f9feab
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Nov 30 17:41:52 2004 +0000

description:
Align with doc/Makefile-example by moving the buildlink3.mk files ahead
of local targets.

diffstat:

 print/cups/Makefile |  18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diffs (37 lines):

diff -r a5f383d2ab5b -r a400a2f9feab print/cups/Makefile
--- a/print/cups/Makefile       Tue Nov 30 17:34:09 2004 +0000
+++ b/print/cups/Makefile       Tue Nov 30 17:41:52 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2004/11/08 16:30:59 adam Exp $
+# $NetBSD: Makefile,v 1.82 2004/11/30 17:41:52 jlam Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -110,6 +110,14 @@
 OWN_DIRS_PERMS+=       ${CUPS_REQUESTS} ${CUPS_USER} ${CUPS_GROUP} 0710
 OWN_DIRS_PERMS+=       ${CUPS_REQUESTS}/tmp ${CUPS_USER} ${CUPS_GROUP} 1770
 
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../net/openslp/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../mk/autoconf.mk"
+
 pre-configure:
        cd ${WRKSRC} && ${AUTOCONF}
 
@@ -135,12 +143,4 @@
        ${INSTALL_DATA} ${WRKDIR}/cups.pam ${EGDIR}
 .endif
 
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../graphics/jpeg/buildlink3.mk"
-.include "../../graphics/png/buildlink3.mk"
-.include "../../graphics/tiff/buildlink3.mk"
-.include "../../net/openslp/buildlink3.mk"
-.include "../../security/openssl/buildlink3.mk"
-
-.include "../../mk/autoconf.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index