diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 16:48:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-26 16:48:37 +0000 |
commit | 31874a417690c865de9bf1345e12eb54f9df61fa (patch) | |
tree | 9cadc2a5de62a0db7583c70bcebb31feef9dc482 /archivers | |
parent | 355f0908cb583186af6cbc85f813f802e5ab1e7e (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/xar/Makefile | 5 | ||||
-rw-r--r-- | archivers/xar/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/archivers/xar/Makefile b/archivers/xar/Makefile index ac69339ff23e..3ca9af18e09c 100644 --- a/archivers/xar/Makefile +++ b/archivers/xar/Makefile @@ -11,17 +11,14 @@ MASTER_SITE_SUBDIR= distfiles MAINTAINER= sylvio@FreeBSD.org COMMENT= OpenDarwin XML eXtensible ARchiver -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_LDCONFIG= yes -NO_STAGE= yes USES= gmake USE_GNOME= libxml2 USE_OPENSSL= yes GNU_CONFIGURE= yes -MAN1= xar.1 - .include <bsd.port.mk> diff --git a/archivers/xar/pkg-plist b/archivers/xar/pkg-plist index 295a850b370b..5e15316194d9 100644 --- a/archivers/xar/pkg-plist +++ b/archivers/xar/pkg-plist @@ -4,4 +4,5 @@ lib/libxar.a lib/libxar.la lib/libxar.so.1 lib/libxar.so +man/man1/xar.1.gz @dirrm include/xar |