diff options
author | obache <obache@pkgsrc.org> | 2011-03-19 08:31:26 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-19 08:31:26 +0000 |
commit | d71e41989dc487ee45c2d57704fd94ab327f0549 (patch) | |
tree | 36938f4fef75e6bf107407129b5782bffb954653 /security | |
parent | ebd42cd2a822ffb0998ad35c199c728a9ea0744e (diff) | |
download | pkgsrc-d71e41989dc487ee45c2d57704fd94ab327f0549.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'security')
-rw-r--r-- | security/sfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index cf304eadcb2..aac596b83b8 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2011/03/19 08:29:20 obache Exp $ +# $NetBSD: Makefile,v 1.37 2011/03/19 08:31:26 obache Exp $ # DISTNAME= sfs-0.7.2 @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_GENTOO:=distfiles/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fs.net/sfswww/ COMMENT= Secure, global, self-certifying network file system +LICENSE= gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |