diff options
author | stefan <stefan@FreeBSD.org> | 2010-11-15 18:16:26 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2010-11-15 18:16:26 +0800 |
commit | 961a2802aabee6720af46a32684950030888f6c1 (patch) | |
tree | 3e4b1240f5b773d639185af7f0ce7de9e58926dc /net-p2p/uhub/Makefile | |
parent | d63378bfd0d18aae879970eef9b347bc592e8739 (diff) | |
download | freebsd-ports-gnome-961a2802aabee6720af46a32684950030888f6c1.tar.gz freebsd-ports-gnome-961a2802aabee6720af46a32684950030888f6c1.tar.zst freebsd-ports-gnome-961a2802aabee6720af46a32684950030888f6c1.zip |
- Adjust rc.d script's rcorder dependencies now that it runs as a specific user.
[1]
- Satisfy portlint.
Suggested by: dougb [1]
Diffstat (limited to 'net-p2p/uhub/Makefile')
-rw-r--r-- | net-p2p/uhub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile index 02bc02947cc2..a6b73cfb4ba9 100644 --- a/net-p2p/uhub/Makefile +++ b/net-p2p/uhub/Makefile @@ -7,7 +7,7 @@ PORTNAME= uhub PORTVERSION= 0.3.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-p2p MASTER_SITES= http://www.extatic.org/downloads/uhub/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -51,7 +51,7 @@ do-install: @${INSTALL_DATA} /dev/null ${PREFIX}/etc/uhub/rules.txt.sample .for i in uhub.conf users.conf motd.txt rules.txt @[ ! -f ${PREFIX}/etc/uhub/${i} ] \ - && cp -p ${PREFIX}/etc/uhub/${i}.sample ${PREFIX}/etc/uhub/${i} + && ${CP} -p ${PREFIX}/etc/uhub/${i}.sample ${PREFIX}/etc/uhub/${i} .endfor .include <bsd.port.post.mk> |