diff options
author | Renato Botelho <garga@FreeBSD.org> | 2024-01-16 13:59:42 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2024-01-16 14:02:42 +0000 |
commit | 08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 (patch) | |
tree | ded4625cdd1ac7f27764d31570d1089a9df6ed8f /archivers | |
parent | d1130853502e640a65ba841a7d7ee3bcb4e0c7a4 (diff) |
*/*: Restore GNU_CONFIGURE on my ports
I made a mistake and changed these ports to HAS_CONFIGURE when working
on MANPREFIX sanitization. Restore proper macro usage and set
GNU_CONFIGURE_MANPREFIX properly to keep manpages installed under
${PREFIX}/share.
Reported by: danfe
Sponsored by: Rubicon Communications, LLC ("Netgate")
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/arj/Makefile | 5 | ||||
-rw-r--r-- | archivers/sharutils/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile index 4cc97a4858e8..b3ac16992d56 100644 --- a/archivers/arj/Makefile +++ b/archivers/arj/Makefile @@ -1,6 +1,6 @@ PORTNAME= arj PORTVERSION= 3.10.22 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= archivers MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2.78_3.10%20build%2022:source \ DEBIAN_POOL:patch @@ -30,7 +30,8 @@ PATCH_STRIP= -p1 PORTSCOUT= skipv:3.10g -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share AUTORECONF_WRKSRC= ${WRKSRC}/gnu CONFIGURE_WRKSRC= ${WRKSRC}/gnu MAKEFILE= GNUmakefile diff --git a/archivers/sharutils/Makefile b/archivers/sharutils/Makefile index eca8d7e1ba9d..7f74cc1d8736 100644 --- a/archivers/sharutils/Makefile +++ b/archivers/sharutils/Makefile @@ -1,6 +1,6 @@ PORTNAME= sharutils PORTVERSION= 4.15.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= archivers MASTER_SITES= GNU @@ -14,7 +14,8 @@ USES= charsetfix cpe perl5 tar:xz OPTIONS_DEFINE= NLS -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --program-prefix=g --disable-uucode INSTALL_TARGET= install install-man INFO= sharutils |