diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:22:37 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-12 20:22:37 +0000 |
commit | 3f7d5525391045589f6c057235735f0d951bec34 (patch) | |
tree | 125a17415e5e9724d629ce703ab36b4219c85d0b /x11-wm/e17-module-slideshow | |
parent | 4124ae21429c0df41201601d59a80a67222b8a3d (diff) | |
download | ports-3f7d5525391045589f6c057235735f0d951bec34.tar.gz ports-3f7d5525391045589f6c057235735f0d951bec34.zip |
Notes
Diffstat (limited to 'x11-wm/e17-module-slideshow')
-rw-r--r-- | x11-wm/e17-module-slideshow/Makefile | 3 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/files/patch-configure | 11 | ||||
-rw-r--r-- | x11-wm/e17-module-slideshow/pkg-plist | 9 |
3 files changed, 8 insertions, 15 deletions
diff --git a/x11-wm/e17-module-slideshow/Makefile b/x11-wm/e17-module-slideshow/Makefile index 5165a11cb495..7ff891dea23c 100644 --- a/x11-wm/e17-module-slideshow/Makefile +++ b/x11-wm/e17-module-slideshow/Makefile @@ -7,6 +7,7 @@ PORTNAME= slideshow 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-slideshow/files/patch-configure b/x11-wm/e17-module-slideshow/files/patch-configure deleted file mode 100644 index bc913371e95e..000000000000 --- a/x11-wm/e17-module-slideshow/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-slideshow/pkg-plist b/x11-wm/e17-module-slideshow/pkg-plist index 6cc5bfd41ba1..1840d3728be6 100644 --- a/x11-wm/e17-module-slideshow/pkg-plist +++ b/x11-wm/e17-module-slideshow/pkg-plist @@ -1,7 +1,7 @@ -lib/enlightenment/modules/slideshow/module.a +lib/enlightenment/modules/slideshow/%%MODULE_ARCH%%/module.a lib/enlightenment/modules/slideshow/module.eap -lib/enlightenment/modules/slideshow/module.la -lib/enlightenment/modules/slideshow/module.so +lib/enlightenment/modules/slideshow/%%MODULE_ARCH%%/module.la +lib/enlightenment/modules/slideshow/%%MODULE_ARCH%%/module.so lib/enlightenment/modules/slideshow/module_icon.png lib/enlightenment/modules/slideshow/slideshow.edj %%NLS%%share/locale/eo/LC_MESSAGES/slideshow.mo @@ -10,4 +10,5 @@ lib/enlightenment/modules/slideshow/slideshow.edj %%NLS%%share/locale/it/LC_MESSAGES/slideshow.mo %%NLS%%share/locale/ja/LC_MESSAGES/slideshow.mo %%NLS%%share/locale/sv/LC_MESSAGES/slideshow.mo -@dirrmtry lib/enlightenment/modules/slideshow +@dirrm lib/enlightenment/modules/slideshow/%%MODULE_ARCH%% +@dirrm lib/enlightenment/modules/slideshow |