diff options
Diffstat (limited to 'x11/ecore-input_evas/Makefile')
-rw-r--r-- | x11/ecore-input_evas/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/ecore-input_evas/Makefile b/x11/ecore-input_evas/Makefile index 4fcdda2eb686..811692d6172a 100644 --- a/x11/ecore-input_evas/Makefile +++ b/x11/ecore-input_evas/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= input_evas -DISTVERSION= 1.1.0 +PORTVERSION= 1.7.4 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ - http://files.roorback.net/e17/2011-12-02/base/ + LOCAL/gblach/e17/ PKGNAMEPREFIX= ecore- -DISTNAME= ecore-${DISTVERSION} +DISTNAME= ${PKGNAMEPREFIX}${PORTVERSION} MAINTAINER= gblach@FreeBSD.org COMMENT= Enlightenment core abstraction library (evas input module) @@ -29,8 +29,6 @@ INSTALL_WRKSRC= ${BUILD_WRKSRC} CONFIGURE_ARGS+= --enable-ecore-input \ --enable-ecore-input_evas -.include <bsd.port.pre.mk> - post-patch: @${REINPLACE_CMD} -E \ -e 's,\$$\(top_builddir\)/src/lib/ecore/\.libs,${LOCALBASE}/lib,'\ @@ -43,4 +41,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/ecore-input-evas.pc \ ${PREFIX}/libdata/pkgconfig/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |