diff options
author | schmonz <schmonz@pkgsrc.org> | 2010-03-20 01:51:40 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2010-03-20 01:51:40 +0000 |
commit | c7676f71face8495a4b797b650e706a3df97f50d (patch) | |
tree | df265ce681251bbff106366e81e7555c0bdf64ab /net/publicfile/Makefile | |
parent | b96b7e68e73b692ddfb6e65148276bb123e547f1 (diff) | |
download | pkgsrc-c7676f71face8495a4b797b650e706a3df97f50d.tar.gz |
DESTDIR support, and take MAINTAINER.
Diffstat (limited to 'net/publicfile/Makefile')
-rw-r--r-- | net/publicfile/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/publicfile/Makefile b/net/publicfile/Makefile index c94e56dc0a2..f477a63316b 100644 --- a/net/publicfile/Makefile +++ b/net/publicfile/Makefile @@ -1,14 +1,16 @@ -# $NetBSD: Makefile,v 1.11 2010/02/26 10:28:34 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2010/03/20 01:51:40 schmonz Exp $ # DISTNAME= publicfile-0.52 CATEGORIES= net MASTER_SITES= http://cr.yp.to/publicfile/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://cr.yp.to/publicfile.html COMMENT= Secure read-only HTTP and FTP servers +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= daemontools-[0-9]*:../../sysutils/daemontools DEPENDS+= ucspi-tcp-[0-9]*:../../net/ucspi-tcp |