diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-13 12:40:13 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2018-03-13 12:40:13 +0000 |
commit | d58b4763c34897a05612a8965fe58118a51668c5 (patch) | |
tree | a2b3f36fdd5e25df27f711706171a73d671200f9 /sysutils/fusefs-hfsfuse/Makefile | |
parent | 24613aa489595c98d6c1c72dc924be7060785073 (diff) | |
download | ports-d58b4763c34897a05612a8965fe58118a51668c5.tar.gz ports-d58b4763c34897a05612a8965fe58118a51668c5.zip |
Notes
Diffstat (limited to 'sysutils/fusefs-hfsfuse/Makefile')
-rw-r--r-- | sysutils/fusefs-hfsfuse/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/fusefs-hfsfuse/Makefile b/sysutils/fusefs-hfsfuse/Makefile index 3afc16cc42a8..9c2765a75aae 100644 --- a/sysutils/fusefs-hfsfuse/Makefile +++ b/sysutils/fusefs-hfsfuse/Makefile @@ -2,6 +2,7 @@ PORTNAME= hfsfuse DISTVERSION= g20180118 +PORTREVISION= 1 CATEGORIES= sysutils PKGNAMEPREFIX= fusefs- @@ -19,7 +20,8 @@ USE_GITHUB= yes GH_ACCOUNT= 0x09 GH_TAGNAME= d021835629c3fb37bd5bf8d364d5196f1db53867 -MAKE_ARGS= WITH_UBLIO=system WITH_UTF8PROC=system +ALL_TARGET= config all +MAKE_ARGS= CONFIG_CFLAGS="${CFLAGS}" WITH_UBLIO=system WITH_UTF8PROC=system PLIST_FILES= bin/hfsdump bin/hfsfuse PORTDOCS= README.md |