diff options
author | rillig <rillig@pkgsrc.org> | 2007-12-01 12:58:56 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-12-01 12:58:56 +0000 |
commit | 8d869041fcbedb710d0dce38c641c213cf7ab420 (patch) | |
tree | a3fc822d9fbc4d0d517f65d39fcd6808da8be46c /net/sup/Makefile | |
parent | 1f60340ebbe23e4bf940af27d2e2b828bbaa57c5 (diff) | |
download | pkgsrc-8d869041fcbedb710d0dce38c641c213cf7ab420.tar.gz |
Needs pre-created directories.
Diffstat (limited to 'net/sup/Makefile')
-rw-r--r-- | net/sup/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sup/Makefile b/net/sup/Makefile index 50002827aee..77328a7acc4 100644 --- a/net/sup/Makefile +++ b/net/sup/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2006/03/14 22:58:47 christos Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/01 12:58:56 rillig Exp $ # DISTNAME= sup-0.0 @@ -8,4 +8,6 @@ MASTER_SITES= ftp://ftp.astron.com/pub/sup/ MAINTAINER= christos@NetBSD.org COMMENT= Network file distribution/synchronisation utility +INSTALLATION_DIRS_FROM_PLIST=yes + .include "../../mk/bsd.pkg.mk" |