diff options
Diffstat (limited to 'comms/asterisk')
-rw-r--r-- | comms/asterisk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/asterisk/Makefile b/comms/asterisk/Makefile index ad157fde701..4468412dc7a 100644 --- a/comms/asterisk/Makefile +++ b/comms/asterisk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2008/06/07 17:28:11 riz Exp $ +# $NetBSD: Makefile,v 1.52 2008/06/12 02:14:16 joerg Exp $ DISTNAME= asterisk-1.2.27 #PKGREVISION= 2 @@ -10,6 +10,8 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.asterisk.org/ COMMENT= The Asterisk Software PBX +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../mk/bsd.prefs.mk" USE_TOOLS+= bash bison gmake perl:run |