diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-15 14:07:58 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2010-03-15 14:07:58 +0000 |
commit | ee8db5cc28181fa591578af82247aae5cd84bca7 (patch) | |
tree | 59cbcea8e9604e6340b7d062be592ca9cf4c5b2d /print | |
parent | 9ea60526b309ee396020e78fc50585d6ce1406e8 (diff) | |
download | ports-ee8db5cc28181fa591578af82247aae5cd84bca7.tar.gz ports-ee8db5cc28181fa591578af82247aae5cd84bca7.zip |
Notes
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 |