[Midnightbsd-cvs] mports: Makefile: magus bug
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Aug 13 10:44:50 EDT 2008
Log Message:
-----------
magus bug
Modified Files:
--------------
mports/math/gnuplot:
Makefile (r1.7 -> r1.8)
-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/math/gnuplot/Makefile,v
retrieving revision 1.7
retrieving revision 1.8
diff -L math/gnuplot/Makefile -L math/gnuplot/Makefile -u -r1.7 -r1.8
--- math/gnuplot/Makefile
+++ math/gnuplot/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnuplot
PORTVERSION= 4.2.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -108,6 +108,11 @@
's|)/@PACKAGE@/@PKG_MAJOR@|)|g' ${WRKSRC}/src/Makefile.in
@${FIND} "${WRKSRC}" -name '*.orig' -delete
+post-configure:
+ ${FIND} ${WRKSRC} -name 'Makefile' | \
+ ${XARGS} ${REINPLACE_CMD} \
+ -e 's|@LIBICONV@|-liconv|';
+
.if !defined(NOPORTDOCS)
post-build:
@cd ${WRKSRC}/docs && ${MAKE} groff
More information about the Midnightbsd-cvs
mailing list