summaryrefslogtreecommitdiff
path: root/net/totd
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-03-23 16:47:13 +0000
committeritojun <itojun@pkgsrc.org>2001-03-23 16:47:13 +0000
commit4416c570ede52633011f83a7fa19b43d8713d02c (patch)
tree10a8fd0f41ab69af9a151629e97e10eea990deb6 /net/totd
parentc11911a0b271c5948dd25982f98b004a9f7e3811 (diff)
downloadpkgsrc-4416c570ede52633011f83a7fa19b43d8713d02c.tar.gz
config files do not need +x
Diffstat (limited to 'net/totd')
-rw-r--r--net/totd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile
index 8831f15deff..eaa6a0985ad 100644
--- a/net/totd/Makefile
+++ b/net/totd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2001/03/23 14:55:53 itojun Exp $
+# $NetBSD: Makefile,v 1.11 2001/03/23 16:47:13 itojun Exp $
#
DISTNAME= totd-1.2
@@ -17,7 +17,7 @@ BUILD_DEFS+= USE_INET6
post-install:
${MKDIR} ${PREFIX}/share/examples/totd
- ${INSTALL_SCRIPT} ${FILESDIR}/totd.conf.sample \
+ ${INSTALL_DATA} ${FILESDIR}/totd.conf.sample \
${PREFIX}/share/examples/totd/totd.conf.sample
.include "../../mk/bsd.pkg.mk"