diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:57 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:57 +0000 |
commit | 35640371dd97c65cc1a06224806827a4b7179887 (patch) | |
tree | 400775682d827dabd15dbd6d1927a840271a96b9 /x11 | |
parent | fd4cdfa81d30e82824740dc47e6769a6c8aed646 (diff) | |
download | ports-35640371dd97c65cc1a06224806827a4b7179887.tar.gz ports-35640371dd97c65cc1a06224806827a4b7179887.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/e17-module-mem/Makefile | 4 | ||||
-rw-r--r-- | x11/e17-module-mem/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-mem/pkg-plist | 7 |
3 files changed, 7 insertions, 15 deletions
diff --git a/x11/e17-module-mem/Makefile b/x11/e17-module-mem/Makefile index f66abd0817a1..ae7c42ca79ed 100644 --- a/x11/e17-module-mem/Makefile +++ b/x11/e17-module-mem/Makefile @@ -7,7 +7,7 @@ PORTNAME= mem PORTVERSION= 23062006 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://mbsd.msk.ru/dist/ PKGNAMEPREFIX= e17-module- @@ -26,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/e17-module-mem/files/patch-configure b/x11/e17-module-mem/files/patch-configure deleted file mode 100644 index 6c90622c5b13..000000000000 --- a/x11/e17-module-mem/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig Fri Jun 23 16:49:21 2006 -+++ configure Fri Jun 23 16:49:32 2006 -@@ -23390,7 +23390,7 @@ - - - --MODULE_ARCH="$host_os-$host_cpu" -+MODULE_ARCH="" - - - cat >>confdefs.h <<_ACEOF diff --git a/x11/e17-module-mem/pkg-plist b/x11/e17-module-mem/pkg-plist index 8462c820b7f1..6614afa2ae08 100644 --- a/x11/e17-module-mem/pkg-plist +++ b/x11/e17-module-mem/pkg-plist @@ -1,10 +1,10 @@ lib/enlightenment/modules/mem/DejaVuSansMono.ttf lib/enlightenment/modules/mem/mem.edc lib/enlightenment/modules/mem/mem.edj -lib/enlightenment/modules/mem/module.a +lib/enlightenment/modules/mem/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/mem/module.eap -lib/enlightenment/modules/mem/module.la -lib/enlightenment/modules/mem/module.so +lib/enlightenment/modules/mem/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/mem/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/mem/module_icon.png lib/enlightenment/modules/mem/real_00.png lib/enlightenment/modules/mem/real_01.png @@ -34,4 +34,5 @@ lib/enlightenment/modules/mem/swap_10.png %%NLS%%share/locale/ja/LC_MESSAGES/mem.mo %%NLS%%share/locale/ru/LC_MESSAGES/mem.mo %%NLS%%share/locale/sv/LC_MESSAGES/mem.mo +@dirrm lib/enlightenment/modules/mem/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/mem |