diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-17 01:10:53 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2012-01-17 01:10:53 +0800 |
commit | d09dd7af26bef67a20bb62d0dafd8a870a4ff366 (patch) | |
tree | f7099ee03661db0410135c00961b6c81eb87ada2 | |
parent | e0236398f61717baccdcf3b0a16429c28d34ed79 (diff) | |
download | marcuscom-ports-d09dd7af26bef67a20bb62d0dafd8a870a4ff366.tar.gz marcuscom-ports-d09dd7af26bef67a20bb62d0dafd8a870a4ff366.tar.zst marcuscom-ports-d09dd7af26bef67a20bb62d0dafd8a870a4ff366.zip |
Don't try to remove libexec/pkgconfig
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16642 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | devel/libffi/Makefile | 2 | ||||
-rw-r--r-- | devel/libffi/pkg-plist | 1 | ||||
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/pkg-plist | 1 |
4 files changed, 3 insertions, 5 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index 168fb49e0..69a3672dd 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -7,7 +7,7 @@ PORTNAME= libffi PORTVERSION= 3.0.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= ftp://sourceware.org/pub/libffi/ diff --git a/devel/libffi/pkg-plist b/devel/libffi/pkg-plist index f2c7f75e7..73404b1c0 100644 --- a/devel/libffi/pkg-plist +++ b/devel/libffi/pkg-plist @@ -7,6 +7,5 @@ lib/libffi.la lib/libffi.so lib/libffi.so.5 libdata/pkgconfig/libffi.pc -@dirrmtry libdata/pkgconfig @dirrm lib/libffi-%%PORTVERSION%%/include @dirrm lib/libffi-%%PORTVERSION%% diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 751fcf4ff..a0e1b045c 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/textproc/libxml2/Makefile,v 1.10 2012/01/16 16:45:15 ahze Exp $ # # WITHOUT_SCHEMA disable XML schema support # WITHOUT_THREADS disable threads support @@ -14,7 +14,7 @@ PORTNAME= libxml2 PORTVERSION= 2.7.8 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES?= textproc gnome MASTER_SITES= ftp://fr.rpmfind.net/pub/libxml/ \ ftp://gd.tuwien.ac.at/pub/libxml/ \ diff --git a/textproc/libxml2/pkg-plist b/textproc/libxml2/pkg-plist index 3969d6d82..c1e7fae18 100644 --- a/textproc/libxml2/pkg-plist +++ b/textproc/libxml2/pkg-plist @@ -55,6 +55,5 @@ lib/libxml2.so lib/libxml2.so.5 libdata/pkgconfig/libxml-2.0.pc share/aclocal/libxml.m4 -@dirrmtry lib/pkgconfig @dirrm include/libxml2/libxml @dirrm include/libxml2 |