summaryrefslogtreecommitdiff
path: root/cross/avrdude
diff options
context:
space:
mode:
authordsainty <dsainty>2013-11-20 06:11:34 +0000
committerdsainty <dsainty>2013-11-20 06:11:34 +0000
commited06a04b0a8150bdc0a32a3fe68d2d2fb13db95d (patch)
treedbe5ee1657ae7e9f0b5928c93d277810ac81f6e8 /cross/avrdude
parenta99ca5e10465756fc7ceb82670135922339c2966 (diff)
downloadpkgsrc-ed06a04b0a8150bdc0a32a3fe68d2d2fb13db95d.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}