diff options
author | ryoon <ryoon@pkgsrc.org> | 2016-03-22 23:24:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2016-03-22 23:24:10 +0000 |
commit | 6a16686fed59a8ae3635b58cdbe1eff908220feb (patch) | |
tree | b6bddd4ed9a33614d9234049d4ad5c73f4e9322a | |
parent | 5d5e8e6023a44943a2b8f7b6b017a6d0c1c256d6 (diff) | |
download | pkgsrc-6a16686fed59a8ae3635b58cdbe1eff908220feb.tar.gz |
Drop setuid for bin/minicom, bump PKGREVISION
setuid bin/minicom makes zmodem support with comms/lrzsz unusable.
-rw-r--r-- | comms/minicom/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index b1b352985e8..530e19cb16e 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.67 2015/11/25 12:48:55 jperkin Exp $ +# $NetBSD: Makefile,v 1.68 2016/03/22 23:24:10 ryoon Exp $ DISTNAME= minicom-2.7 +PKGREVISION= 1 CATEGORIES= comms MASTER_SITES= http://alioth.debian.org/frs/download.php/file/3977/ @@ -22,14 +23,6 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} PKG_SYSCONFSUBDIR= minicom EGDIR= ${PREFIX}/share/examples/minicom -PKG_GROUPS= ${DIALER_GROUP} -PKG_USERS= ${UUCP_USER}:${UUCP_GROUP} -PKG_GROUPS_VARS+= DIALER_GROUP UUCP_GROUP -PKG_USERS_VARS= UUCP_USER - -SPECIAL_PERMS= ${PREFIX}/bin/minicom ${UUCP_USER} ${DIALER_GROUP} 4555 -OWN_DIRS_PERMS= ${PKG_SYSCONFDIR} ${UUCP_USER} ${DIALER_GROUP} 0755 - SUBST_CLASSES+= minicom SUBST_MESSAGE.minicom= Fixing hardcoded paths. SUBST_STAGE.minicom= post-patch |