diff options
author | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | 9aac569eaa031e27191a3f4165b389a17f467ad2 (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /mail/whoson/Makefile | |
parent | When installing in the base, USE_RCORDER does the right thing without (diff) |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes
Notes:
svn path=/head/; revision=302141
Diffstat (limited to 'mail/whoson/Makefile')
-rw-r--r-- | mail/whoson/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/whoson/Makefile b/mail/whoson/Makefile index fd1c0262162b..80a1aedfd854 100644 --- a/mail/whoson/Makefile +++ b/mail/whoson/Makefile @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-config=${PREFIX}/etc/whoson.conf USE_LDCONFIG= yes -USE_RC_SUBR= whoson.sh +USE_RC_SUBR= whoson MAN3= whoson.3 wso_login.3 wso_logout.3 wso_query.3 wso_version.3 MAN5= whoson.conf.5 |