1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

- Update LICENSE to BSD3CLAUSE

- Convert to USES=tar
- Convert to @sample
  Don't bump PORTREVISION as this is a nop.
This commit is contained in:
Bryan Drewery 2014-04-12 03:39:48 +00:00
parent 4070b12551
commit cc685d84fc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351065
2 changed files with 3 additions and 5 deletions

View File

@ -13,14 +13,14 @@ DISTNAME= pkgtools-${PORTVERSION}
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= FreeBSD ports/packages administration and management tool suite
LICENSE= BSD
LICENSE= BSD3CLAUSE
OPTIONS_DEFINE= DOCS
CONFLICTS_INSTALL= portupgrade-devel-*
DIST_SUBDIR= ${PORTNAME}
USE_BZIP2= yes
USES= tar:bzip2
USE_RUBY= yes
USE_LDCONFIG= ${PREFIX}/lib/compat/pkg

View File

@ -53,9 +53,7 @@ sbin/portversion
%%SCRIPT%%@exec mkdir -p %D/libexec/pkgtools 2> /dev/null
%%SCRIPT%%libexec/pkgtools/script
%%SCRIPT%%@dirrm libexec/pkgtools
@unexec if cmp -s %D/etc/pkgtools.conf %D/etc/pkgtools.conf.sample; then rm -f %D/etc/pkgtools.conf; fi
etc/pkgtools.conf.sample
@exec [ -f %B/pkgtools.conf ] || cp %B/%f %B/pkgtools.conf
@sample etc/pkgtools.conf.sample
etc/pkgtools.status-pkg.sh
share/zsh/site-functions/_pkgtools
@unexec [ -f %D/bin/zsh ] || rmdir %D/share/zsh/site-functions 2>/dev/null || true