don't create cups dirs if port is not gutenprint-cups

This commit is contained in:
Michael Johnson 2007-04-06 12:45:56 +00:00
parent 0dce76ecd8
commit d6b6169f8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189375

View file

@ -93,6 +93,9 @@ CONFIGURE_ARGS+= --with-user-guide=no
.endif
post-patch:
.if ${SLAVE_PORT}=="no" || ${GUT_SLAVE}!="cups"
@${REINPLACE_CMD} -e 's|cups ||' ${WRKSRC}/src/Makefile.in
.endif
@${REINPLACE_CMD} -e 's|%%GUTENPRINTUI2_LIBS%%|${GUTENPRINTUI2_LIBS}|' \
${WRKSRC}/src/gimp2/Makefile.in
@${REINPLACE_CMD} -e 's|$$libdir/gimp/1.2/plug-ins||g' \