diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-05 23:19:36 +0000 |
commit | f0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /audio/ices0/Makefile | |
parent | 37b2a027341f57b44383efc005905ca41779dce6 (diff) | |
download | FreeBSD-ports-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip FreeBSD-ports-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz |
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 'audio/ices0/Makefile')
-rw-r--r-- | audio/ices0/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/ices0/Makefile b/audio/ices0/Makefile index 48df191..1eaeb12 100644 --- a/audio/ices0/Makefile +++ b/audio/ices0/Makefile @@ -26,7 +26,7 @@ USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes LATEST_LINK= ices0 -USE_RC_SUBR= ices0.sh +USE_RC_SUBR= ices0 SUB_FILES+= message message-bin CONFIGURE_ARGS+=--program-suffix=0 |