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 /sysutils/fvcool/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
Diffstat (limited to 'sysutils/fvcool/Makefile')
-rw-r--r-- | sysutils/fvcool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/fvcool/Makefile b/sysutils/fvcool/Makefile index b6772d9f755e..18264c7d5dc8 100644 --- a/sysutils/fvcool/Makefile +++ b/sysutils/fvcool/Makefile @@ -16,7 +16,7 @@ COMMENT= VCool for FreeBSD - Cooling software for AMD Athlon/Duron CPUs ONLY_FOR_ARCHS= i386 GNU_CONFIGURE= yes -USE_RC_SUBR= fvcool.sh +USE_RC_SUBR= fvcool SUB_FILES= pkg-message SUB_LIST+= "PORTNAME=${PORTNAME}" ALL_TARGET= fvcool |