summaryrefslogtreecommitdiff
path: root/net/partysip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/partysip/Makefile')
-rw-r--r--net/partysip/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/partysip/Makefile b/net/partysip/Makefile
index 64191f5b0d2..9519961d948 100644
--- a/net/partysip/Makefile
+++ b/net/partysip/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2007/08/25 02:51:17 obache Exp $
+# $NetBSD: Makefile,v 1.8 2008/06/12 02:14:40 joerg Exp $
#
DISTNAME= partysip-2.2.3
@@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.nongnu.org/partysip/partysip.html
COMMENT= SIP proxy server
+PKG_DESTDIR_SUPPORT= user-destdir
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-config-dir=/etc
USE_LIBTOOL= yes
@@ -17,7 +19,7 @@ USE_LIBTOOL= yes
INSTALLATION_DIRS= share/examples
post-install:
- ${INSTALL_DATA} ${WRKSRC}/conf/partysip.conf ${PREFIX}/share/examples
+ ${INSTALL_DATA} ${WRKSRC}/conf/partysip.conf ${DESTDIR}${PREFIX}/share/examples
.include "../../devel/libosip/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"