diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | f605fec2dbee8bc952241c1efb77b14fab314a12 (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /net/howl | |
parent | 195c6c95e52f95c0427411eff46b821b0e62064c (diff) | |
download | pkgsrc-f605fec2dbee8bc952241c1efb77b14fab314a12.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index e52cdc4e475..5d21252a461 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2007/07/04 20:54:49 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2008/07/14 12:56:10 joerg Exp $ DISTNAME= howl-1.0.0 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= nathanw@NetBSD.org HOMEPAGE= http://www.porchdogsoft.com/products/howl/ COMMENT= Zeroconf (Rendezvous) implementation +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config USE_LIBTOOL= yes GNU_CONFIGURE= yes |