1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

- Fix dependency line (cupsd is in ${LOCALBASE}/sbin)

This commit is contained in:
Pietro Cerutti 2010-03-15 14:07:58 +00:00
parent 9ea60526b3
commit ee8db5cc28
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=251079

View File

@ -17,7 +17,7 @@ COMMENT= X11-based printer manager for CUPS
LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-client \
fltk.1:${PORTSDIR}/x11-toolkits/fltk
BUILD_DEPENDS= cupsd:${PORTSDIR}/print/cups-base
BUILD_DEPENDS= ${LOCALBASE}/sbin/cupsd:${PORTSDIR}/print/cups-base
USE_BZIP2= yes
USE_GMAKE= yes
@ -32,7 +32,7 @@ post-configure:
@${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|printFiles::get|get|' ${WRKSRC}/xpp.h
post-install:
post-install:
${MKDIR} ${PREFIX}/share/doc/xpp
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xpp