diff options
author | cy <cy@FreeBSD.org> | 2005-10-25 07:46:47 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2005-10-25 07:46:47 +0800 |
commit | b5ef2e74eee196ccffb0033ae38b9f9c953e789d (patch) | |
tree | cfe45d68c0fcda220df86adf5f8dfcf90ed702c6 /security/sudosh | |
parent | 424ef182d6739a95ff136b21ed7bc3afe4cc056c (diff) | |
download | freebsd-ports-gnome-b5ef2e74eee196ccffb0033ae38b9f9c953e789d.tar.gz freebsd-ports-gnome-b5ef2e74eee196ccffb0033ae38b9f9c953e789d.tar.zst freebsd-ports-gnome-b5ef2e74eee196ccffb0033ae38b9f9c953e789d.zip |
Fix broken port, capture missing file in pkg-plist.
Pointy hat to: me
Diffstat (limited to 'security/sudosh')
-rw-r--r-- | security/sudosh/Makefile | 4 | ||||
-rw-r--r-- | security/sudosh/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/sudosh/Makefile b/security/sudosh/Makefile index 3c7361542fd4..531d7f32d311 100644 --- a/security/sudosh/Makefile +++ b/security/sudosh/Makefile @@ -7,6 +7,7 @@ PORTNAME= sudosh PORTVERSION= 1.8.2 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} @@ -17,12 +18,11 @@ COMMENT= A sudo shell RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo -BROKEN= Installs file outside of PREFIX - USE_GZIP= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" +CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" diff --git a/security/sudosh/pkg-plist b/security/sudosh/pkg-plist index f45aa67effb2..ec11a4abf030 100644 --- a/security/sudosh/pkg-plist +++ b/security/sudosh/pkg-plist @@ -1,2 +1,3 @@ bin/sudosh bin/sudosh-replay +etc/sudosh.conf |