diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:20:44 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:20:44 +0800 |
commit | 8d9d40b0615b4134e246b69f9a8ff950f777898e (patch) | |
tree | 6d109d92a9c13991cb10cf0eddcd50c4e9575e67 /x11/e17-module-mail | |
parent | 489c9eedcf82e79b0d36629f5dcb88054b75f045 (diff) | |
download | freebsd-ports-gnome-8d9d40b0615b4134e246b69f9a8ff950f777898e.tar.gz freebsd-ports-gnome-8d9d40b0615b4134e246b69f9a8ff950f777898e.tar.zst freebsd-ports-gnome-8d9d40b0615b4134e246b69f9a8ff950f777898e.zip |
In coordination with enlightenment-devel maintainer MODULE_ARCH was changed to
freebsd${OSREL}-${ARCH}. Appropriate patches for evas and enlightenment-devel
have been commited. Track this.
PR: ports/100115
Submited by: maintainer
Diffstat (limited to 'x11/e17-module-mail')
-rw-r--r-- | x11/e17-module-mail/Makefile | 3 | ||||
-rw-r--r-- | x11/e17-module-mail/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-mail/pkg-plist | 7 |
3 files changed, 7 insertions, 14 deletions
diff --git a/x11/e17-module-mail/Makefile b/x11/e17-module-mail/Makefile index 5a24c97c9f2d..0740274cc5e6 100644 --- a/x11/e17-module-mail/Makefile +++ b/x11/e17-module-mail/Makefile @@ -7,6 +7,7 @@ PORTNAME= mail PORTVERSION= 20060707 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -25,4 +26,6 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +PLIST_SUB+= MODULE_ARCH=freebsd${OSREL}-${ARCH} + .include <bsd.port.mk> diff --git a/x11/e17-module-mail/files/patch-configure b/x11/e17-module-mail/files/patch-configure deleted file mode 100644 index 23658b3b18eb..000000000000 --- a/x11/e17-module-mail/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 17:14:42 2006 -+++ configure Fri Jun 23 17:14:53 2006 -@@ -23390,7 +23390,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff --git a/x11/e17-module-mail/pkg-plist b/x11/e17-module-mail/pkg-plist index 70f4a4d70c80..e9882ccdf3f9 100644 --- a/x11/e17-module-mail/pkg-plist +++ b/x11/e17-module-mail/pkg-plist @@ -1,8 +1,9 @@ lib/enlightenment/modules/mail/mail.edj -lib/enlightenment/modules/mail/module.a +lib/enlightenment/modules/mail/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/mail/module.eap -lib/enlightenment/modules/mail/module.la -lib/enlightenment/modules/mail/module.so +lib/enlightenment/modules/mail/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/mail/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/mail/module_icon.png lib/enlightenment/modules/mail/newmail.png +@dirrm lib/enlightenment/modules/mail/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/mail |