diff options
author | sbd <sbd@pkgsrc.org> | 2011-11-13 20:40:48 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2011-11-13 20:40:48 +0000 |
commit | 23972c817df24a5ee6d1ab5da9869aa9573d6e3a (patch) | |
tree | e5bbfb7a804714843de5531a1d1d0a676ee34b3d /print | |
parent | a70edc16604dd6cd0290b647ab4ead2ee79a421f (diff) | |
download | pkgsrc-23972c817df24a5ee6d1ab5da9869aa9573d6e3a.tar.gz |
Move the buildlink3 includes to the bottom of the Makefile and sort.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index e97e5438dda..59fac5f37e3 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.181 2011/11/02 23:44:43 sbd Exp $ +# $NetBSD: Makefile,v 1.182 2011/11/13 20:40:48 sbd 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: @@ -124,12 +124,6 @@ OWN_DIRS_PERMS+= ${CUPS_REQUESTS}/tmp ${REAL_ROOT_USER} ${CUPS_GROUP} 1770 OWN_DIRS_PERMS+= ${CUPS_CACHE} ${REAL_ROOT_USER} ${CUPS_GROUP} 0775 OWN_DIRS_PERMS+= ${CUPS_CACHE}/rss ${REAL_ROOT_USER} ${CUPS_GROUP} 0775 -.include "../../devel/zlib/buildlink3.mk" -.include "../../mk/jpeg.buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../graphics/tiff/buildlink3.mk" -.include "../../security/openssl/buildlink3.mk" - SUBST_CLASSES+= paths SUBST_FILES.paths= ${WRKDIR}/cups.pam SUBST_SED.paths+= -e 's,@LOCALBASE@,${LOCALBASE},g' @@ -177,5 +171,10 @@ post-install: ${INSTALL_DATA} ${WRKDIR}/cups.pam ${DESTDIR}${EGDIR} .endif +.include "../../devel/zlib/buildlink3.mk" +.include "../../graphics/png/buildlink3.mk" +.include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/jpeg.buildlink3.mk" .include "../../print/libpaper/buildlink3.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |