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 /print | |
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 'print')
-rw-r--r-- | print/acroreadwrapper/Makefile | 2 | ||||
-rw-r--r-- | print/acroreadwrapper/files/linux_adobe.in (renamed from print/acroreadwrapper/files/linux_adobe.sh.in) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/print/acroreadwrapper/Makefile b/print/acroreadwrapper/Makefile index 5fa6339717a3..7157dc7e88fa 100644 --- a/print/acroreadwrapper/Makefile +++ b/print/acroreadwrapper/Makefile @@ -29,7 +29,7 @@ SUB_LIST= ACROBASE8=${ACROBASE8} \ LINUXSH=${LINUXBASE}/bin/sh \ PLUGINDIR=${PLUGINDIR} \ KMODDIR=${KMODDIR} -USE_RC_SUBR= linux_adobe.sh +USE_RC_SUBR= linux_adobe .include <bsd.port.pre.mk> diff --git a/print/acroreadwrapper/files/linux_adobe.sh.in b/print/acroreadwrapper/files/linux_adobe.in index c25abc45d281..c25abc45d281 100644 --- a/print/acroreadwrapper/files/linux_adobe.sh.in +++ b/print/acroreadwrapper/files/linux_adobe.in |