[Midnightbsd-cvs] mports: Makefile: Fix build error

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Nov 9 11:26:23 EST 2007


Log Message:
-----------
Fix build error

Modified Files:
--------------
    mports/www/retsina:
        Makefile (r1.3 -> r1.4)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/www/retsina/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -L www/retsina/Makefile -L www/retsina/Makefile -u -r1.3 -r1.4
--- www/retsina/Makefile
+++ www/retsina/Makefile
@@ -7,7 +7,7 @@
 
 PORTNAME=	retsina
 PORTVERSION=	1.0.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_LOCAL}
 
@@ -17,8 +17,9 @@
 RUN_DEPENDS=	${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid
 LIB_DEPENDS=	pcre:${PORTSDIR}/devel/pcre
 
+FAKE_OPTS+=	prefixhack
+
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 CPPFLAGS=	-I/usr/include -I${LOCALBASE}/include
 LDFLAGS=	-L/usr/lib -L${LOCALBASE}/lib


More information about the Midnightbsd-cvs mailing list