aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorgahr <gahr@FreeBSD.org>2010-03-15 22:07:58 +0800
committergahr <gahr@FreeBSD.org>2010-03-15 22:07:58 +0800
commitf65da039e69a37105b55e51a15096e40a6bfb545 (patch)
treeac394e72086aecea1adee5a11e30ac7f5460e48b /print
parent6c4ef1ea57324823016d3be12c8de9e71e7d7237 (diff)
downloadfreebsd-ports-gnome-f65da039e69a37105b55e51a15096e40a6bfb545.tar.gz
freebsd-ports-gnome-f65da039e69a37105b55e51a15096e40a6bfb545.tar.zst
freebsd-ports-gnome-f65da039e69a37105b55e51a15096e40a6bfb545.zip
- Fix dependency line (cupsd is in ${LOCALBASE}/sbin)
Diffstat (limited to 'print')
-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