diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:21:43 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-07-13 04:21:43 +0800 |
commit | be58d35be7e9712f2de0c50bd5dbcb9f7b88097d (patch) | |
tree | 4fefc5dbc3f76d7c175bd8399cdfc1b4cca13d0a /x11-wm/e17-module-rain | |
parent | bcd095cb0343dd92dbbae9a9874e66e75182647f (diff) | |
download | freebsd-ports-gnome-be58d35be7e9712f2de0c50bd5dbcb9f7b88097d.tar.gz freebsd-ports-gnome-be58d35be7e9712f2de0c50bd5dbcb9f7b88097d.tar.zst freebsd-ports-gnome-be58d35be7e9712f2de0c50bd5dbcb9f7b88097d.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/100118
Submited by: maintainer
Diffstat (limited to 'x11-wm/e17-module-rain')
-rw-r--r-- | x11-wm/e17-module-rain/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-rain/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-wm/e17-module-rain/pkg-plist | 7 |
3 files changed, 7 insertions, 14 deletions
diff --git a/x11-wm/e17-module-rain/Makefile b/x11-wm/e17-module-rain/Makefile index c59c711ffa99..2bf4b5f17222 100644 --- a/x11-wm/e17-module-rain/Makefile +++ b/x11-wm/e17-module-rain/Makefile @@ -7,6 +7,7 @@ PORTNAME= rain PORTVERSION= 20060707 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -25,6 +26,8 @@ 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} + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" diff --git a/x11-wm/e17-module-rain/files/patch-configure b/x11-wm/e17-module-rain/files/patch-configure deleted file mode 100644 index bc913371e95e..000000000000 --- a/x11-wm/e17-module-rain/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 16:14:40 2006 -+++ configure Fri Jun 23 16:14:53 2006 -@@ -21497,7 +21497,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff --git a/x11-wm/e17-module-rain/pkg-plist b/x11-wm/e17-module-rain/pkg-plist index dd9c302e603c..7d2e9998e063 100644 --- a/x11-wm/e17-module-rain/pkg-plist +++ b/x11-wm/e17-module-rain/pkg-plist @@ -2,10 +2,10 @@ lib/enlightenment/modules/rain/cloud.png lib/enlightenment/modules/rain/drop-l.png lib/enlightenment/modules/rain/drop-m.png lib/enlightenment/modules/rain/drop-s.png -lib/enlightenment/modules/rain/module.a +lib/enlightenment/modules/rain/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/rain/module.eap -lib/enlightenment/modules/rain/module.la -lib/enlightenment/modules/rain/module.so +lib/enlightenment/modules/rain/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/rain/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/rain/module_icon.png %%NLS%%share/locale/eo/LC_MESSAGES/rain.mo %%NLS%%share/locale/fi/LC_MESSAGES/rain.mo @@ -13,4 +13,5 @@ lib/enlightenment/modules/rain/module_icon.png %%NLS%%share/locale/it/LC_MESSAGES/rain.mo %%NLS%%share/locale/ja/LC_MESSAGES/rain.mo %%NLS%%share/locale/sv/LC_MESSAGES/rain.mo +@dirrm lib/enlightenment/modules/rain/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/rain |