mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
- Simplify MASTER_SITES
- Add LICENSE_FILE - Drop .la files, no dependees require them
This commit is contained in:
parent
0c49e4e5e4
commit
abaef20b78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371808
@ -5,18 +5,17 @@ PORTNAME= xar
|
||||
PORTVERSION= 1.5.2
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
|
||||
${MASTER_SITE_GENTOO}
|
||||
MASTER_SITE_SUBDIR= distfiles
|
||||
MASTER_SITES= GOOGLE_CODE GENTOO/distfiles
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= OpenDarwin XML eXtensible ARchiver
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USES= gmake libtool:keepla
|
||||
USES= gmake libtool
|
||||
USE_GNOME= libxml2
|
||||
USE_OPENSSL= yes
|
||||
|
||||
|
@ -1,7 +1,6 @@
|
||||
bin/xar
|
||||
include/xar/xar.h
|
||||
lib/libxar.a
|
||||
lib/libxar.la
|
||||
lib/libxar.so
|
||||
lib/libxar.so.1
|
||||
man/man1/xar.1.gz
|
||||
|
Loading…
Reference in New Issue
Block a user