diff options
author | nox <nox@FreeBSD.org> | 2007-04-03 04:58:59 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-04-03 04:58:59 +0800 |
commit | 494efdf5de8a7bb2ae4f225b64494029837d2a08 (patch) | |
tree | cf94a361363f7cf67c91eef58b2465eefbcb11be /net/sipxvxml | |
parent | 9fc21a282d674f6dff49937ee4c5a4064455a6c0 (diff) | |
download | freebsd-ports-gnome-494efdf5de8a7bb2ae4f225b64494029837d2a08.tar.gz freebsd-ports-gnome-494efdf5de8a7bb2ae4f225b64494029837d2a08.tar.zst freebsd-ports-gnome-494efdf5de8a7bb2ae4f225b64494029837d2a08.zip |
- Create an empty www/sipX/conf directory to try and fix a package
build problem with sipxpbx
- Bump PORTREVISION
PR: ports/111152
Submitted by: Mike Durian <durian@shadetreesoftware.com> (maintainer)
Approved by: miwi (mentor)
Diffstat (limited to 'net/sipxvxml')
-rw-r--r-- | net/sipxvxml/Makefile | 2 | ||||
-rw-r--r-- | net/sipxvxml/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/net/sipxvxml/Makefile b/net/sipxvxml/Makefile index 0c146444d5f5..e2a4e2795482 100644 --- a/net/sipxvxml/Makefile +++ b/net/sipxvxml/Makefile @@ -7,7 +7,7 @@ PORTNAME= sipxvxml PORTVERSION= 3.6.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ diff --git a/net/sipxvxml/pkg-plist b/net/sipxvxml/pkg-plist index 5ac783dd58a2..3feb2d6a2850 100644 --- a/net/sipxvxml/pkg-plist +++ b/net/sipxvxml/pkg-plist @@ -50,7 +50,9 @@ include/src/jsutil.h include/src/jsxdrapi.h include/src/prmjtime.h include/src/resource.h +@exec mkdir -p %D/www/sipX/conf @dirrm www/sipX/conf +@exec mkdir -p %D/www/sipX @dirrm www/sipX @dirrm include/src/fdlibm @dirrm include/src |