diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-02-02 17:50:10 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:33:32 +0800 |
commit | 1099523d75abe7c01e9eff1d8c8717ddc0a65346 (patch) | |
tree | cb9b439a26834ad0f9d64902608deb5a7bed85b6 | |
parent | f99d86885e20ffc1c774a4b6de1c6da0f61d6ac0 (diff) | |
download | freebsd-ports-gnome-1099523d75abe7c01e9eff1d8c8717ddc0a65346.tar.gz freebsd-ports-gnome-1099523d75abe7c01e9eff1d8c8717ddc0a65346.tar.zst freebsd-ports-gnome-1099523d75abe7c01e9eff1d8c8717ddc0a65346.zip |
- Remove bogus (in presence of USE_GITHUB) USES=tar*
- Add NO_ARCH
Approved by: portmgr blanket
-rw-r--r-- | sysutils/pbi-manager/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/pbi-manager/Makefile b/sysutils/pbi-manager/Makefile index ce58f9858d80..7cafe893b286 100644 --- a/sysutils/pbi-manager/Makefile +++ b/sysutils/pbi-manager/Makefile @@ -13,8 +13,9 @@ LICENSE= BSD3CLAUSE RUN_DEPENDS= ${LOCALBASE}/share/pcbsd/scripts/functions.sh:sysutils/pcbsd-libsh WRKSRC_SUBDIR= src-sh/pbi-manager -USES= pkgconfig tar:xz +USES= pkgconfig NO_BUILD= yes +NO_ARCH= yes MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX} USE_GITHUB= yes |