diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 16:54:48 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-10-20 16:54:48 +0000 |
commit | 3662c512b577b487da639863c7665f3434ad80d4 (patch) | |
tree | 4b69c04a31b04ec030a795bcb7fac977800eaaed /net/siproxd | |
parent | cc275e39680b2d16352f4d15935f8e9bf10e82cc (diff) | |
download | ports-3662c512b577b487da639863c7665f3434ad80d4.tar.gz ports-3662c512b577b487da639863c7665f3434ad80d4.zip |
Notes
Diffstat (limited to 'net/siproxd')
-rw-r--r-- | net/siproxd/Makefile | 3 | ||||
-rw-r--r-- | net/siproxd/pkg-deinstall | 1 |
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 |