diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 06:08:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-24 06:08:09 +0800 |
commit | 4f4c0938008cb093710a76dd0a0901be391191e2 (patch) | |
tree | 12ff48042ef55cd0bd6a957fded05304e8879ccc /www/epiphany-extensions | |
parent | 624e2a3298c420f6e0749998f618f2f5500d820c (diff) | |
download | marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.gz marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.bz2 marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.lz marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.xz marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.tar.zst marcuscom-ports-4f4c0938008cb093710a76dd0a0901be391191e2.zip |
- Use new libtool stuff
- dirrmtry
- USE_GETTEXT
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5741 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/epiphany-extensions')
-rw-r--r-- | www/epiphany-extensions/Makefile | 6 | ||||
-rw-r--r-- | www/epiphany-extensions/pkg-plist | 8 |
2 files changed, 8 insertions, 6 deletions
diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 9c49f8861..a1a5a4834 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.63 2006/01/31 18:59:19 marcus Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.64 2006/02/14 07:20:15 marcus Exp $ # PORTNAME= epiphany PORTVERSION= 1.9.7 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.9 @@ -21,11 +22,12 @@ COMMENT= A set of add-ons for the Epiphany web browser BUILD_DEPENDS= epiphany:${PORTSDIR}/www/epiphany RUN_DEPENDS= epiphany:${PORTSDIR}/www/epiphany +USE_GETTEXT= yes USE_BZIP2= yes USE_X_PREFIX= yes USE_GECKO= firefox mozilla seamonkey USE_GNOME= gnomeprefix gnomehack intlhack gnometarget -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist index 52af6cb5c..580220c46 100644 --- a/www/epiphany-extensions/pkg-plist +++ b/www/epiphany-extensions/pkg-plist @@ -79,7 +79,7 @@ share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo @dirrm share/gnome/epiphany-extensions/xml @dirrm share/gnome/epiphany-extensions/glade @dirrm share/gnome/epiphany-extensions -@unexec rmdir %D/lib/epiphany/%%VERSION%%/extensions 2>/dev/null || true -@unexec rmdir %D/lib/epiphany/%%VERSION%%/plugins 2>/dev/null || true -@unexec rmdir %D/lib/epiphany/%%VERSION%% 2>/dev/null || true -@unexec rmdir %D/lib/epiphany 2>/dev/null || true +@dirrmtry lib/epiphany/%%VERSION%%/extensions +@dirrmtry lib/epiphany/%%VERSION%%/plugins +@dirrmtry lib/epiphany/%%VERSION%% +@dirrmtry lib/epiphany |