diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-24 19:21:18 +0000 |
commit | d52318ad7f58be5bf7632dc1cdb71e2e2e14266d (patch) | |
tree | a57573ceef3abc19d705671351ee7db9e9292311 /net/partysip | |
parent | 6398c6433afdc49f0d0039f60434b86e4ca08cd2 (diff) | |
download | pkgsrc-d52318ad7f58be5bf7632dc1cdb71e2e2e14266d.tar.gz |
Prepare for switching to NO_MTREE=yes.
Diffstat (limited to 'net/partysip')
-rw-r--r-- | net/partysip/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/partysip/Makefile b/net/partysip/Makefile index 8879fce38fb..3144c4f0ad2 100644 --- a/net/partysip/Makefile +++ b/net/partysip/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2006/03/04 21:30:23 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2007/03/24 19:21:30 joerg Exp $ # DISTNAME= partysip-2.2.3 @@ -13,6 +13,8 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-config-dir=/etc USE_LIBTOOL= yes +INSTALLATION_DIRS= share/examples + post-install: ${INSTALL_DATA} ${WRKSRC}/conf/partysip.conf ${PREFIX}/share/examples |