summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--security/sudosh/Makefile6
-rw-r--r--security/sudosh2/Makefile6
-rw-r--r--security/sudosh3/Makefile6
3 files changed, 18 insertions, 0 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile
index 1c007c5..cfb025e 100644
--- a/security/sudosh/Makefile
+++ b/security/sudosh/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sudosh
PORTVERSION= 1.4.8
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
@@ -20,6 +21,11 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+.if defined(SUDOSH_LOGDIR)
+CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}"
+.else
+CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh
+.endif
CONFIGURE_ENV= LDFLAGS="-lutil"
MAN1= sudosh.1
diff --git a/security/sudosh2/Makefile b/security/sudosh2/Makefile
index 1c007c5..cfb025e 100644
--- a/security/sudosh2/Makefile
+++ b/security/sudosh2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sudosh
PORTVERSION= 1.4.8
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
@@ -20,6 +21,11 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+.if defined(SUDOSH_LOGDIR)
+CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}"
+.else
+CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh
+.endif
CONFIGURE_ENV= LDFLAGS="-lutil"
MAN1= sudosh.1
diff --git a/security/sudosh3/Makefile b/security/sudosh3/Makefile
index 1c007c5..cfb025e 100644
--- a/security/sudosh3/Makefile
+++ b/security/sudosh3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sudosh
PORTVERSION= 1.4.8
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/}
@@ -20,6 +21,11 @@ USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --bindir="${PREFIX}/bin"
+.if defined(SUDOSH_LOGDIR)
+CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}"
+.else
+CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh
+.endif
CONFIGURE_ENV= LDFLAGS="-lutil"
MAN1= sudosh.1
OpenPOWER on IntegriCloud