aboutsummaryrefslogtreecommitdiff
path: root/sysutils/fusefs-ext2/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2022-12-24 13:50:18 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2022-12-24 15:02:51 +0000
commit43c716cec308aeec9c7073cbed697d73eb9c6e9d (patch)
tree8898952bb535600babf7bd72ef296f4c3164b6cb /sysutils/fusefs-ext2/Makefile
parentb4119e9a6028ed95b0127626329ef6894862fc20 (diff)
downloadports-43c716cec308aeec9c7073cbed697d73eb9c6e9d.tar.gz
ports-43c716cec308aeec9c7073cbed697d73eb9c6e9d.zip
sysutils/fusefs-ext2: Pacify portfmt/portclippy
Diffstat (limited to 'sysutils/fusefs-ext2/Makefile')
-rw-r--r--sysutils/fusefs-ext2/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile
index e101ec5460d5..abd9a28f09a6 100644
--- a/sysutils/fusefs-ext2/Makefile
+++ b/sysutils/fusefs-ext2/Makefile
@@ -14,20 +14,21 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= mke2fs:sysutils/e2fsprogs
RUN_DEPENDS= mke2fs:sysutils/e2fsprogs
-USES= autoreconf libtool fuse pkgconfig localbase:ldflags
+USES= autoreconf fuse libtool localbase:ldflags pkgconfig
USE_GITHUB= yes
-
-GH_PROJECT= fuse-ext2
GH_ACCOUNT= alperakcan
+GH_PROJECT= fuse-ext2
GH_TAGNAME= ea7bacf
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs
-LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath -Wl,${LOCALBASE}/lib/e2fsprogs
+LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \
+ -Wl,${LOCALBASE}/lib/e2fsprogs
-PLIST_FILES= bin/fuse-ext2 bin/fuse-ext2.probe \
- man/man1/fuse-ext2.1.gz \
- libdata/pkgconfig/fuse-ext2.pc
+PLIST_FILES= bin/fuse-ext2 \
+ bin/fuse-ext2.probe \
+ libdata/pkgconfig/fuse-ext2.pc \
+ man/man1/fuse-ext2.1.gz
.include <bsd.port.mk>