summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authordsainty <dsainty@pkgsrc.org>2013-11-20 06:11:34 +0000
committerdsainty <dsainty@pkgsrc.org>2013-11-20 06:11:34 +0000
commit331cd5a9e4dbb9e5f5fa74b70414a03882cb4638 (patch)
treedbe5ee1657ae7e9f0b5928c93d277810ac81f6e8 /cross/avrdude
parent4d2c9e6fbf521d1d0245bc99b22866b1565aa157 (diff)
downloadpkgsrc-331cd5a9e4dbb9e5f5fa74b70414a03882cb4638.tar.gz
There is no need to install avrdude.conf twice. Remove the CONF_FILES_PERMS
entry, as the permissions are not exotic.
Diffstat (limited to 'cross/avrdude')
-rw-r--r--cross/avrdude/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile
index d2efb9359c4..cfc847e5cbc 100644
--- a/cross/avrdude/Makefile
+++ b/cross/avrdude/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2013/07/15 02:02:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.37 2013/11/20 06:11:34 dsainty Exp $
DISTNAME= avrdude-5.11
PKGREVISION= 1
@@ -24,8 +24,6 @@ USE_TOOLS+= autoconf automake autoreconf makeinfo texi2html yacc lex
INFO_FILES= yes
EGDIR= ${PREFIX}/share/examples/avrdude
CONF_FILES= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf
-CONF_FILES_PERMS= ${EGDIR}/avrdude.conf ${PKG_SYSCONFDIR}/avrdude.conf \
- ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 644
CONFIGURE_ARGS+= --enable-doc
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}