diff options
author | gahr <gahr@FreeBSD.org> | 2010-03-15 22:07:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2010-03-15 22:07:58 +0800 |
commit | f65da039e69a37105b55e51a15096e40a6bfb545 (patch) | |
tree | ac394e72086aecea1adee5a11e30ac7f5460e48b /print | |
parent | 6c4ef1ea57324823016d3be12c8de9e71e7d7237 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |