httpdirfs: remove unnecessary PREFIX=, clean up

This commit is contained in:
classabbyamp 2022-08-22 18:57:51 -04:00
parent f6dcfdc220
commit 0e143190b7
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -3,7 +3,6 @@ pkgname=httpdirfs
version=1.2.0 version=1.2.0
revision=5 revision=5
build_style=gnu-makefile build_style=gnu-makefile
make_install_args="prefix=/usr"
makedepends="libcurl-devel fuse-devel gumbo-parser-devel makedepends="libcurl-devel fuse-devel gumbo-parser-devel
libuuid-devel expat-devel" libuuid-devel expat-devel"
short_desc="Mount HTTP directory listings, with a permanent cache" short_desc="Mount HTTP directory listings, with a permanent cache"