- set PORTHOME to ${WRKDIR} for consistency with other ports
no package change
This commit is contained in:
parent
eea66826be
commit
a87a4324ba
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user