From c2e30f71f7ddce39f8bdfca80d8f42301dc3982c Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 8 Aug 2005 06:59:27 +0000 Subject: Remove the epiphany lib dir if empty. Reported by: ade's Tinderbox git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4409 df743ca5-7f9a-e211-a948-0013205c9059 --- www/epiphany-extensions/Makefile | 3 ++- www/epiphany-extensions/pkg-plist | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'www/epiphany-extensions') diff --git a/www/epiphany-extensions/Makefile b/www/epiphany-extensions/Makefile index 111019db5..da441b60c 100644 --- a/www/epiphany-extensions/Makefile +++ b/www/epiphany-extensions/Makefile @@ -3,11 +3,12 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/www/epiphany-extensions/Makefile,v 1.48 2005/07/14 05:52:04 ahze Exp $ +# $MCom: ports/www/epiphany-extensions/Makefile,v 1.49 2005/07/27 17:27:12 mezz Exp $ # PORTNAME= epiphany PORTVERSION= 1.7.3 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}${PKGNAMESUFFIX}/1.7 diff --git a/www/epiphany-extensions/pkg-plist b/www/epiphany-extensions/pkg-plist index 54a02509a..136dfb19d 100644 --- a/www/epiphany-extensions/pkg-plist +++ b/www/epiphany-extensions/pkg-plist @@ -79,3 +79,4 @@ share/locale/zh_TW/LC_MESSAGES/epiphany-extensions-%%EPHY_VERSION%%.mo @dirrm share/gnome/epiphany-extensions @unexec rmdir %D/lib/epiphany/%%VERSION%%/extensions 2>/dev/null || true @unexec rmdir %D/lib/epiphany/%%VERSION%% 2>/dev/null || true +@unexec rmdir %D/lib/epiphany 2>/dev/null || true -- cgit