pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

fuse-exfat: Clean up Makefile



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Jul 5 09:47:34 2023 -0500
Changeset:	5b4095b00bf28b3645a2812e0e6147b8a2f21fb7

Modified Files:
	fuse-exfat/Makefile

Log Message:
fuse-exfat: Clean up Makefile

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5b4095b00bf28b3645a2812e0e6147b8a2f21fb7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 fuse-exfat/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/fuse-exfat/Makefile b/fuse-exfat/Makefile
index a42386493c..9d5e046800 100644
--- a/fuse-exfat/Makefile
+++ b/fuse-exfat/Makefile
@@ -11,12 +11,10 @@ HOMEPAGE=	https://github.com/relan/exfat
 COMMENT=	FUSE file-system and utilities for exFAT file systems
 LICENSE=	gnu-gpl-v2
 
-
-USE_LANGUAGES=	c c++
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	autoheader automake autoreconf gmake pkg-config
 
-post-patch:
+pre-configure:
 	cd ${WRKSRC} && autoreconf -fiv
 
 .include "../../mk/fuse.buildlink3.mk"


Home | Main Index | Thread Index | Old Index