diff options
author | glewis <glewis@FreeBSD.org> | 2010-03-22 10:43:11 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2010-03-22 10:43:11 +0800 |
commit | c0ded395805d4143518880c0a984d3eca2f5b840 (patch) | |
tree | 0d6e530c5f47512765824deae713de206cf60ffd /archivers | |
parent | 484f9a1659e4371de7c87250acb2c8ec9787d7e5 (diff) | |
download | freebsd-ports-gnome-c0ded395805d4143518880c0a984d3eca2f5b840.tar.gz freebsd-ports-gnome-c0ded395805d4143518880c0a984d3eca2f5b840.tar.zst freebsd-ports-gnome-c0ded395805d4143518880c0a984d3eca2f5b840.zip |
. Add lib/pkgconfig to PLIST_DIRS.
Reported by: QAT
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/libarchive/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/libarchive/Makefile b/archivers/libarchive/Makefile index 0eec64cbbcc3..4d05d7035081 100644 --- a/archivers/libarchive/Makefile +++ b/archivers/libarchive/Makefile @@ -28,6 +28,7 @@ PLIST_FILES= bin/bsdcpio \ lib/libarchive.so \ lib/libarchive.so.10 \ lib/pkgconfig/libarchive.pc +PLIST_DIRS= lib/pkgconfig MANCOMPRESSED= no MAN1= bsdcpio.1 \ |