aboutsummaryrefslogtreecommitdiff
path: root/print/xpp
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2010-03-15 14:07:58 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2010-03-15 14:07:58 +0000
commitee8db5cc28181fa591578af82247aae5cd84bca7 (patch)
tree59cbcea8e9604e6340b7d062be592ca9cf4c5b2d /print/xpp
parent9ea60526b309ee396020e78fc50585d6ce1406e8 (diff)
downloadports-ee8db5cc28181fa591578af82247aae5cd84bca7.tar.gz
ports-ee8db5cc28181fa591578af82247aae5cd84bca7.zip
- Fix dependency line (cupsd is in ${LOCALBASE}/sbin)
Notes
Notes: svn path=/head/; revision=251079
Diffstat (limited to 'print/xpp')
-rw-r--r--print/xpp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 6dcc2591f689..00abb9ba578a 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -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