diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-06 06:54:38 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-11-06 06:54:38 +0000 |
commit | 869f74f52d0246a84e68019a7ff01ab5d4f81e2f (patch) | |
tree | 954b73338d756cc358b3217b77665fa94a98fa01 /net/sixxs-aiccu | |
parent | 1c47a1f02b11440111db3bbd7a6fe1529ee7e074 (diff) | |
download | ports-869f74f52d0246a84e68019a7ff01ab5d4f81e2f.tar.gz ports-869f74f52d0246a84e68019a7ff01ab5d4f81e2f.zip |
Notes
Diffstat (limited to 'net/sixxs-aiccu')
-rw-r--r-- | net/sixxs-aiccu/Makefile | 2 | ||||
-rw-r--r-- | net/sixxs-aiccu/pkg-plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/sixxs-aiccu/Makefile b/net/sixxs-aiccu/Makefile index 4125311d7326..2d2998540a1c 100644 --- a/net/sixxs-aiccu/Makefile +++ b/net/sixxs-aiccu/Makefile @@ -58,7 +58,7 @@ do-install: .endif ${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf.sample .if !exists(${PREFIX}/etc/aiccu.conf) - ${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf + ${INSTALL_DATA} -m 0644 ${WRKSRC}/doc/aiccu.conf ${PREFIX}/etc/aiccu.conf .endif .include <bsd.port.post.mk> diff --git a/net/sixxs-aiccu/pkg-plist b/net/sixxs-aiccu/pkg-plist index 1bf27351aad3..b13005b06d12 100644 --- a/net/sixxs-aiccu/pkg-plist +++ b/net/sixxs-aiccu/pkg-plist @@ -1,4 +1,4 @@ @unexec if cmp -s %D/etc/aiccu.conf %D/etc/aiccu.conf.sample; then rm -f %D/etc/aiccu.conf; fi etc/aiccu.conf.sample -@exec [ -f %B/aiccu.conf ] || cp %B/%f %B/aiccu.conf +@exec [ -f %B/aiccu.conf ] || install -m 0644 %B/%f %B/aiccu.conf sbin/sixxs-aiccu |