diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:22:53 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:22:53 +0000 |
commit | c6c03be9b9c3331ebbb12db77e68a6668d13f074 (patch) | |
tree | 508e6bf6d5db3aa6c6f31e054b113f72e5240fe9 /x11/e17-module-snow | |
parent | 3f7d5525391045589f6c057235735f0d951bec34 (diff) |
Notes
Diffstat (limited to 'x11/e17-module-snow')
-rw-r--r-- | x11/e17-module-snow/Makefile | 3 | ||||
-rw-r--r-- | x11/e17-module-snow/files/patch-configure | 11 | ||||
-rw-r--r-- | x11/e17-module-snow/pkg-plist | 7 |
3 files changed, 7 insertions, 14 deletions
diff --git a/x11/e17-module-snow/Makefile b/x11/e17-module-snow/Makefile index 180cfe313c02..91472f0604ce 100644 --- a/x11/e17-module-snow/Makefile +++ b/x11/e17-module-snow/Makefile @@ -7,6 +7,7 @@ PORTNAME= snow 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-snow/files/patch-configure b/x11/e17-module-snow/files/patch-configure deleted file mode 100644 index bc913371e95e..000000000000 --- a/x11/e17-module-snow/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-snow/pkg-plist b/x11/e17-module-snow/pkg-plist index 03a0813ce512..5437ff0125b6 100644 --- a/x11/e17-module-snow/pkg-plist +++ b/x11/e17-module-snow/pkg-plist @@ -1,10 +1,10 @@ lib/enlightenment/modules/snow/flake-l.png lib/enlightenment/modules/snow/flake-m.png lib/enlightenment/modules/snow/flake-s.png -lib/enlightenment/modules/snow/module.a +lib/enlightenment/modules/snow/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/snow/module.eap -lib/enlightenment/modules/snow/module.la -lib/enlightenment/modules/snow/module.so +lib/enlightenment/modules/snow/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/snow/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/snow/module_icon.png lib/enlightenment/modules/snow/tree.png %%NLS%%share/locale/eo/LC_MESSAGES/snow.mo @@ -13,4 +13,5 @@ lib/enlightenment/modules/snow/tree.png %%NLS%%share/locale/it/LC_MESSAGES/snow.mo %%NLS%%share/locale/ja/LC_MESSAGES/snow.mo %%NLS%%share/locale/sv/LC_MESSAGES/snow.mo +@dirrm lib/enlightenment/modules/snow/%%MODULE_ARCH%% @dirrm lib/enlightenment/modules/snow |