diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-14 23:20:17 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-14 23:20:17 +0800 |
commit | 3fedc03f9b1ae7587f5e3d959a1841f506957fca (patch) | |
tree | a6556955556c42226d1d595b6952a83a8013dce0 | |
parent | 81878a78bf7205617c784a61bf9d749cbd025654 (diff) | |
download | freebsd-ports-gnome-3fedc03f9b1ae7587f5e3d959a1841f506957fca.tar.gz freebsd-ports-gnome-3fedc03f9b1ae7587f5e3d959a1841f506957fca.tar.zst freebsd-ports-gnome-3fedc03f9b1ae7587f5e3d959a1841f506957fca.zip |
- don't install VCFViewer.inspector
-rw-r--r-- | mail/addresses-goodies/Makefile | 2 | ||||
-rw-r--r-- | mail/addresses-goodies/pkg-plist | 7 |
2 files changed, 2 insertions, 7 deletions
diff --git a/mail/addresses-goodies/Makefile b/mail/addresses-goodies/Makefile index 82ead80d6f98..c2f6d957ea64 100644 --- a/mail/addresses-goodies/Makefile +++ b/mail/addresses-goodies/Makefile @@ -7,6 +7,7 @@ PORTNAME= addresses PORTVERSION= 0.4.6 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://giesler.biz/bjoern/downloads/ \ http://www.energyhq.es.eu.org/files/ @@ -32,6 +33,7 @@ GWORKSPACE_PORT?= deskutils/gworkspace post-patch: ${REINPLACE_CMD} -e 's|LDAPAddressBook||' \ + -e 's|VCFViewer||' \ ${WRKSRC}/GNUmakefile ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \ -e 's|GNUSTEP_INSTALLATION_DIR|GNUSTEP_SYSTEM_ROOT|' \ diff --git a/mail/addresses-goodies/pkg-plist b/mail/addresses-goodies/pkg-plist index 620442f85463..2f8f727311db 100644 --- a/mail/addresses-goodies/pkg-plist +++ b/mail/addresses-goodies/pkg-plist @@ -1,10 +1,3 @@ Local/Tools/adgnumailconverter Local/Tools/adserver Local/Tools/adtool -System/Library/Bundles/VCFViewer.inspector/Resources/Info-gnustep.plist -System/Library/Bundles/VCFViewer.inspector/Resources/InspectorInfo.plist -System/Library/Bundles/VCFViewer.inspector/Resources/VCFImage.tiff -System/Library/Bundles/VCFViewer.inspector/VCFViewer -System/Library/Bundles/VCFViewer.inspector/stamp.make -@dirrm System/Library/Bundles/VCFViewer.inspector/Resources -@dirrm System/Library/Bundles/VCFViewer.inspector |