diff options
author | joerg <joerg> | 2006-11-03 19:14:25 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-11-03 19:14:25 +0000 |
commit | 68b4a7bf2e3356aed074efe011f98777a102b8e5 (patch) | |
tree | c071b6ec79a1f0bdf8b40d141422cd3d942af75a /www/neon | |
parent | 44c32d2861042acb2951eb5a7a26e4aac3934427 (diff) | |
download | pkgsrc-68b4a7bf2e3356aed074efe011f98777a102b8e5.tar.gz |
DESTDIR support.
Diffstat (limited to 'www/neon')
-rw-r--r-- | www/neon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/neon/Makefile b/www/neon/Makefile index f80e021ec8d..d532edbfdbf 100644 --- a/www/neon/Makefile +++ b/www/neon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2006/02/05 23:11:26 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2006/11/03 19:16:41 joerg Exp $ DISTNAME= neon-0.25.5 PKGREVISION= 2 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.webdav.org/neon/ COMMENT= HTTP and WebDAV client library PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LIBTOOL= yes USE_TOOLS+= pkg-config |