diff options
author | crees <crees@FreeBSD.org> | 2012-12-08 23:33:27 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-12-08 23:33:27 +0800 |
commit | 35b0b721c9eb50cebde58c3ea72d78f67d14b4fc (patch) | |
tree | f3b9d453b49ede5b38088cac6c2ff5e3519743da /net-p2p/transmission-cli/Makefile | |
parent | 3b2d1f5328d0a4345729b6d98c3b3292f798adc3 (diff) | |
download | freebsd-ports-gnome-35b0b721c9eb50cebde58c3ea72d78f67d14b4fc.tar.gz freebsd-ports-gnome-35b0b721c9eb50cebde58c3ea72d78f67d14b4fc.tar.zst freebsd-ports-gnome-35b0b721c9eb50cebde58c3ea72d78f67d14b4fc.zip |
Various rc fixes;
- Add transmission_web_home to use customised web interface
Requested by: Hanson Wong
- transmission should use a pidfile
- Style fixes (mostly quoting)
- Empty value in _user is clobbered with default, so remove warning
Use USERS and GROUPS, and move home directory handling to rc script where
it belongs; now users can be changed on the fly without issue
Feature safe: yes
Diffstat (limited to 'net-p2p/transmission-cli/Makefile')
-rw-r--r-- | net-p2p/transmission-cli/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/transmission-cli/Makefile b/net-p2p/transmission-cli/Makefile index 058da2ac8620..31e0c37151b4 100644 --- a/net-p2p/transmission-cli/Makefile +++ b/net-p2p/transmission-cli/Makefile @@ -82,7 +82,7 @@ general-patch: post-patch: general-patch general-install: -.ifndef (NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for i in ${DOCS} @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} |