diff options
author | obache <obache@pkgsrc.org> | 2011-03-30 12:38:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-30 12:38:33 +0000 |
commit | b6ed16d2058bb9b73fd423c01782145a3fe21caf (patch) | |
tree | 4c09a1120950eb9a024c36dd9f9f92616b52fe1a /net | |
parent | c2e74549a5a83ebe55c63323fdc5e18b7210c117 (diff) | |
download | pkgsrc-b6ed16d2058bb9b73fd423c01782145a3fe21caf.tar.gz |
Not user-destdir installation ready.
/etc/* files will be modified and /var/spool/sendfile/* directories will be
created and chmod during install phase.
Diffstat (limited to 'net')
-rw-r--r-- | net/sendfile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index f7db3bd4f79..506d75c0a63 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2011/03/23 18:22:28 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2011/03/30 12:38:33 obache Exp $ # DISTNAME= sendfile-20010216 @@ -13,8 +13,6 @@ HOMEPAGE= http://fex.rus.uni-stuttgart.de/saft/sendfile.html COMMENT= Implementation of the Simple asynchronous file transfer protocol LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/sendfile-2.1a PKG_SYSCONFSUBDIR= sendfile |