diff options
author | naddy <naddy@FreeBSD.org> | 2011-08-20 00:36:24 +0800 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2011-08-20 00:36:24 +0800 |
commit | c50f1c14334ffcb20086ebeddd6de5634caedb07 (patch) | |
tree | 51fdd836feb1d13996ab49e752202ea5a447f4e0 /archivers | |
parent | 81f04ed75582c20d3d0ff37e4aeee6fa18a45ad7 (diff) | |
download | freebsd-ports-gnome-c50f1c14334ffcb20086ebeddd6de5634caedb07.tar.gz freebsd-ports-gnome-c50f1c14334ffcb20086ebeddd6de5634caedb07.tar.zst freebsd-ports-gnome-c50f1c14334ffcb20086ebeddd6de5634caedb07.zip |
* Fix location of pkgconfig directory.
* Don't try to remove the pkgconfig directory.
* Add a missing newline to distinfo.
Approved by: glewis
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 6 | ||||
-rw-r--r-- | archivers/libarchive/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index afa4b5906e43..4f1fe9f655f7 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -6,6 +6,7 @@ PORTNAME= libarchive PORTVERSION= 2.8.4 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -15,7 +16,7 @@ COMMENT= Library to create and read several streaming archive formats GNU_CONFIGURE= yes USE_LDCONFIG= yes -USE_GNOME= libxml2 +USE_GNOME= gnomehack libxml2 PLIST_FILES= bin/bsdcpio \ bin/bsdtar \ @@ -25,8 +26,7 @@ PLIST_FILES= bin/bsdcpio \ lib/libarchive.la \ lib/libarchive.so \ lib/libarchive.so.10 \ - lib/pkgconfig/libarchive.pc -PLIST_DIRS= lib/pkgconfig + libdata/pkgconfig/libarchive.pc MANCOMPRESSED= no MAN1= bsdcpio.1 \ diff --git a/archivers/libarchive/distinfo b/archivers/libarchive/distinfo index 3f2e41f8466e..fa2caf1ee9c0 100644 --- a/archivers/libarchive/distinfo +++ b/archivers/libarchive/distinfo @@ -1,2 +1,2 @@ SHA256 (libarchive-2.8.4.tar.gz) = 86cffa3eaa28d3116f5d0b20284026c3762cf4a2b52b9844df2b494d4a89f688 -SIZE (libarchive-2.8.4.tar.gz) = 1502828
\ No newline at end of file +SIZE (libarchive-2.8.4.tar.gz) = 1502828 |