aboutsummaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-16 13:59:42 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-16 14:02:42 +0000
commit08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0 (patch)
treeded4625cdd1ac7f27764d31570d1089a9df6ed8f /shells
parentd1130853502e640a65ba841a7d7ee3bcb4e0c7a4 (diff)
downloadports-08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0.tar.gz
ports-08a9c4db98f7c91176d8ccfffc00ff225f6ab3b0.zip
*/*: 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 'shells')
-rw-r--r--shells/scponly/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
index 5ca30dc0937f..5d432fa87e83 100644
--- a/shells/scponly/Makefile
+++ b/shells/scponly/Makefile
@@ -1,6 +1,6 @@
PORTNAME= scponly
PORTVERSION= 4.8.20110526
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= shells security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-snapshots
DISTNAME= ${PORTNAME}-20110526
@@ -14,7 +14,8 @@ LICENSE= BSD2CLAUSE
USES= cpe tar:tgz
PORTDOCS= BUILDING-JAILS.TXT INSTALL README SECURITY
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= CHROOT DEFAULT_CHDIR DOCS GFTP RSYNC SCP SUBVERSION SVNSERVE \
UNISON WILDCARDS WINSCP