diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:11 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:20:11 +0000 |
commit | eaea8288afb2ba2eb52fac1eb1db23bd90d47e47 (patch) | |
tree | 465a4faabb1dd76fb8a1c12c9ad201f94737740b /x11 | |
parent | 4ed3d199ba285515429b2ee42e1cf4d617137871 (diff) | |
download | ports-eaea8288afb2ba2eb52fac1eb1db23bd90d47e47.tar.gz ports-eaea8288afb2ba2eb52fac1eb1db23bd90d47e47.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/e17-module-eveil/Makefile | 3 | ||||
-rw-r--r-- | x11/e17-module-eveil/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-eveil/pkg-plist | 7 |
3 files changed, 7 insertions, 14 deletions
diff --git a/x11/e17-module-eveil/Makefile b/x11/e17-module-eveil/Makefile index c068f1f0307d..e57a1dd80d62 100644 --- a/x11/e17-module-eveil/Makefile +++ b/x11/e17-module-eveil/Makefile @@ -7,6 +7,7 @@ PORTNAME= eveil 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/e17-module-eveil/files/patch-configure b/x11/e17-module-eveil/files/patch-configure deleted file mode 100644 index bc913371e95e..000000000000 --- a/x11/e17-module-eveil/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/e17-module-eveil/pkg-plist b/x11/e17-module-eveil/pkg-plist index d65c3c9b28e0..55039b483dd8 100644 --- a/x11/e17-module-eveil/pkg-plist +++ b/x11/e17-module-eveil/pkg-plist @@ -1,10 +1,11 @@ lib/enlightenment/modules/eveil/eveil.edc lib/enlightenment/modules/eveil/eveil.edj -lib/enlightenment/modules/eveil/module.a +lib/enlightenment/modules/eveil/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/eveil/module.eap -lib/enlightenment/modules/eveil/module.la -lib/enlightenment/modules/eveil/module.so +lib/enlightenment/modules/eveil/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/eveil/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/eveil/vera.ttf %%NLS%%share/locale/it/LC_MESSAGES/eveil.mo %%NLS%%share/locale/sv/LC_MESSAGES/eveil.mo +@dirrm lib/enlightenment/modules/eveil/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/eveil |