diff --git a/graphics/k3dsurf/Makefile b/graphics/k3dsurf/Makefile index 84b16b0ebcb..8781ac3edfc 100644 --- a/graphics/k3dsurf/Makefile +++ b/graphics/k3dsurf/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2006/12/26 10:37:51 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.2 2006/12/26 14:07:10 ajacoutot Exp $ COMMENT= "visualize and manipulate mathematical models" @@ -24,7 +24,7 @@ USE_GCC3= yes USE_X11= Yes NO_REGRESS= Yes -PORTHOME= ${WRKDIST} +PORTHOME= ${WRKDIR} do-configure: perl -pi -e "s/!!CXXFLAGS!!/${CXXFLAGS}/" ${WRKSRC}/src/src.pro diff --git a/print/htmldoc/Makefile b/print/htmldoc/Makefile index 9cf094ce073..981c87937c1 100644 --- a/print/htmldoc/Makefile +++ b/print/htmldoc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.18 2006/10/27 12:53:01 ajacoutot Exp $ +# $OpenBSD: Makefile,v 1.19 2006/12/26 14:07:10 ajacoutot Exp $ COMMENT= "convert HTML pages to PDF/PS format" @@ -32,7 +32,7 @@ CONFIGURE_STYLE= gnu dest CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \ CXXFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \ CPPFLAGS="-I${LOCALBASE}/include" -PORTHOME= ${WRKDIST} +PORTHOME= ${WRKDIR} post-extract: @rm -rf ${WRKSRC}/jpeg ${WRKSRC}/png ${WRKSRC}/zlib