summaryrefslogtreecommitdiff
path: root/net/siproxd
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-10-20 16:54:48 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-10-20 16:54:48 +0000
commit3662c512b577b487da639863c7665f3434ad80d4 (patch)
tree4b69c04a31b04ec030a795bcb7fac977800eaaed /net/siproxd
parent- Fix build with non-standard LOCALBASE (diff)
- Respect PREFIX
PR: ports/87661 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=145953
Diffstat (limited to 'net/siproxd')
-rw-r--r--net/siproxd/Makefile3
-rw-r--r--net/siproxd/pkg-deinstall1
2 files changed, 2 insertions, 2 deletions
diff --git a/net/siproxd/Makefile b/net/siproxd/Makefile
index 7cb8ad132e6d..4f29ddc0a556 100644
--- a/net/siproxd/Makefile
+++ b/net/siproxd/Makefile
@@ -7,6 +7,7 @@
PORTNAME= siproxd
PORTVERSION= 0.5.11
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= siproxd
@@ -20,7 +21,7 @@ USE_REINPLACE= yes
USE_GETOPT_LONG=yes
USE_RC_SUBR= yes
GNU_CONFIGURE= yes
-CONFIGURE_TARGET= # empty
+CONFIGURE_TARGET= --with-libosip-prefix=${PREFIX}
PORTDOCS1= AUTHORS ChangeLog README RELNOTES
PORTDOCS2= FAQ KNOWN_BUGS RFC3261_compliance.txt \
diff --git a/net/siproxd/pkg-deinstall b/net/siproxd/pkg-deinstall
index 054f1061097c..7dee9f473dbf 100644
--- a/net/siproxd/pkg-deinstall
+++ b/net/siproxd/pkg-deinstall
@@ -1,6 +1,5 @@
#!/bin/sh
-PKG_PREFIX=${PKG_PREFIX:=/usr/local}
SIPROXD_HOME=${PKG_PREFIX}/siproxd
SIPROXD_PID=${SIPROXD_HOME}/siproxd.pid