diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-06-29 23:27:31 +0800 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-06-29 23:27:31 +0800 |
commit | 168bf1844b9e5c4c364bc0bf2fbabb790a49976d (patch) | |
tree | 6e754d06a52ae2372c3601fae5744c5838866228 /archivers | |
parent | 14f11eb8b98872c70c122c9e1debd2b6ef09108c (diff) | |
download | freebsd-ports-gnome-168bf1844b9e5c4c364bc0bf2fbabb790a49976d.tar.gz freebsd-ports-gnome-168bf1844b9e5c4c364bc0bf2fbabb790a49976d.tar.zst freebsd-ports-gnome-168bf1844b9e5c4c364bc0bf2fbabb790a49976d.zip |
- Fix license
- Switch to USES=localbase
- Switch to ${TOUCH}
PR: 210637
Approved by: naddy@FreeBSD.org (maintainer)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index e7d158ebe572..ad57cbba7742 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -10,17 +10,16 @@ PKGNAMEPREFIX= g MAINTAINER= naddy@FreeBSD.org COMMENT= GNU version of the traditional tape archiver -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING INFO= tar -USES= charsetfix cpe iconv:${STATIC_ARGS} makeinfo tar:xz +USES= charsetfix cpe iconv:${STATIC_ARGS} localbase makeinfo tar:xz CPE_VENDOR= gnu GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=g \ --disable-silent-rules -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= DEFAULT_ARCHIVE=/dev/sa0 \ DEFAULT_RMT_COMMAND=/etc/rmt # supply result to skip a test that will abort configure if run as root @@ -43,6 +42,6 @@ STATIC_VARS_OFF= STATIC_ARGS=lib # do not rebuild tar.info post-patch: - touch -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure + ${TOUCH} -r ${WRKSRC}/doc/stamp-vti ${WRKSRC}/configure .include <bsd.port.mk> |