diff options
author | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-08-06 07:19:36 +0800 |
commit | f0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch) | |
tree | 1ed78841e1757014ccc09581c61c3683992d3f77 /lang | |
parent | 37b2a027341f57b44383efc005905ca41779dce6 (diff) | |
download | freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.zst freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip |
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 'lang')
-rw-r--r-- | lang/erlang/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang/files/epmd.in (renamed from lang/erlang/files/epmd.sh.in) | 0 | ||||
-rw-r--r-- | lang/erlang14/Makefile | 2 | ||||
-rw-r--r-- | lang/erlang14/files/epmd.in (renamed from lang/erlang14/files/epmd.sh.in) | 0 |
4 files changed, 2 insertions, 2 deletions
diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index a156f98df608..e5f3b55876a6 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -113,7 +113,7 @@ CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} USE_GMAKE= yes USE_CSTD= gnu89 USE_PERL5= yes -USE_RC_SUBR= epmd.sh +USE_RC_SUBR= epmd GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 powerpc REINPLACE_ARGS= -i diff --git a/lang/erlang/files/epmd.sh.in b/lang/erlang/files/epmd.in index acf9c58443bd..acf9c58443bd 100644 --- a/lang/erlang/files/epmd.sh.in +++ b/lang/erlang/files/epmd.in diff --git a/lang/erlang14/Makefile b/lang/erlang14/Makefile index 582d92c35903..95e7a91c81bc 100644 --- a/lang/erlang14/Makefile +++ b/lang/erlang14/Makefile @@ -111,7 +111,7 @@ CONFIGURE_ARGS+=--with-wx-config=${WX_CONFIG} USE_GMAKE= yes USE_CSTD= gnu89 USE_PERL5= yes -USE_RC_SUBR= epmd.sh +USE_RC_SUBR= epmd GNU_CONFIGURE= yes ONLY_FOR_ARCHS= i386 amd64 sparc64 powerpc REINPLACE_ARGS= -i diff --git a/lang/erlang14/files/epmd.sh.in b/lang/erlang14/files/epmd.in index acf9c58443bd..acf9c58443bd 100644 --- a/lang/erlang14/files/epmd.sh.in +++ b/lang/erlang14/files/epmd.in |