diff options
author | jpaetzel <jpaetzel@FreeBSD.org> | 2010-08-21 03:02:49 +0800 |
---|---|---|
committer | jpaetzel <jpaetzel@FreeBSD.org> | 2010-08-21 03:02:49 +0800 |
commit | 994c6c08a682193f8edb6f6e02960197701c9fa4 (patch) | |
tree | 79e47c1bcb08a2ba262ade8b38965fd225fdf3b7 /misc | |
parent | af33c9425a7d6d6dc8306bfe4f5a4d9118bc5602 (diff) | |
download | freebsd-ports-gnome-994c6c08a682193f8edb6f6e02960197701c9fa4.tar.gz freebsd-ports-gnome-994c6c08a682193f8edb6f6e02960197701c9fa4.tar.zst freebsd-ports-gnome-994c6c08a682193f8edb6f6e02960197701c9fa4.zip |
Fixes to make this work better with net/freeswitch meta-port
PR: ports/149836
Submitted by: jpaetzel@FreeBSD.org
Diffstat (limited to 'misc')
-rw-r--r-- | misc/freeswitch-scripts/Makefile | 2 | ||||
-rw-r--r-- | misc/freeswitch-scripts/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/misc/freeswitch-scripts/Makefile b/misc/freeswitch-scripts/Makefile index 96a1ab0dabe4..5ec0ded3a681 100644 --- a/misc/freeswitch-scripts/Makefile +++ b/misc/freeswitch-scripts/Makefile @@ -39,6 +39,8 @@ PLIST_SUB+= WITH_${i}="" .endfor do-install: + ${TOUCH} ${PREFIX}/etc/${BASE_PORTNAME}/scripts/.freeswitch-scripts + .if defined(WITH_JAVASCRIPT) @${RM} ${WRKSRC}/javascript/ps_pizza.js @${RM} ${WRKSRC}/javascript/pizza.js diff --git a/misc/freeswitch-scripts/pkg-plist b/misc/freeswitch-scripts/pkg-plist index 392120ef823b..5bb8ae759d03 100644 --- a/misc/freeswitch-scripts/pkg-plist +++ b/misc/freeswitch-scripts/pkg-plist @@ -1,3 +1,4 @@ +etc/freeswitch/scripts/.freeswitch-scripts %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/aadir/README %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/aadir/aadir.js %%WITH_JAVASCRIPT%%etc/freeswitch/scripts/javascript/api.js |