diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 17:47:49 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 17:49:59 +0000 |
commit | d6f1c5875c0965443525f8701ef6523dd8d10d55 (patch) | |
tree | 4702ed6c14ece2370601b12ca13c79f8b30ad5fc | |
parent | 351eea7e818c2bd10f1acd13adc89f804aaecf04 (diff) |
sysutils/fusefs-s3backer: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/fusefs-s3backer/Makefile | 4 | ||||
-rw-r--r-- | sysutils/fusefs-s3backer/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sysutils/fusefs-s3backer/Makefile b/sysutils/fusefs-s3backer/Makefile index b94f9e3b1baa..7e4f8d784cb0 100644 --- a/sysutils/fusefs-s3backer/Makefile +++ b/sysutils/fusefs-s3backer/Makefile @@ -1,5 +1,6 @@ PORTNAME= s3backer DISTVERSION= 1.5.4 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= https://s3.amazonaws.com/archie-public/s3backer/ PKGNAMEPREFIX= fusefs- @@ -14,7 +15,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libexpat.so:textproc/expat2 -GNU_CONFIGURE= 1 +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share # Need to have curl/curl.h on the include path. Is there a better # way to do this than sending CPPFLAGS to configure? CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" diff --git a/sysutils/fusefs-s3backer/pkg-plist b/sysutils/fusefs-s3backer/pkg-plist index 80e8317c1613..0cf15714456a 100644 --- a/sysutils/fusefs-s3backer/pkg-plist +++ b/sysutils/fusefs-s3backer/pkg-plist @@ -1,5 +1,5 @@ bin/s3backer -man/man1/s3backer.1.gz +share/man/man1/s3backer.1.gz share/doc/packages/s3backer/CHANGES share/doc/packages/s3backer/COPYING share/doc/packages/s3backer/INSTALL |