diff options
author | sbd <sbd@pkgsrc.org> | 2012-01-31 05:54:06 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-01-31 05:54:06 +0000 |
commit | 2bfe89832006cccb0c1eab9ab8c7f71efbdada88 (patch) | |
tree | 1c3d45e5d51538ed514ce56ec6861c6f219d48d9 /net/samba | |
parent | fe67f603bf2bf1d52f727a88e01ac70173366b2d (diff) | |
download | pkgsrc-2bfe89832006cccb0c1eab9ab8c7f71efbdada88.tar.gz |
Add PLIST.Linux
Diffstat (limited to 'net/samba')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/PLIST.Linux | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 7279d711c17..aa964159ff7 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.213 2012/01/30 23:07:06 tron Exp $ +# $NetBSD: Makefile,v 1.214 2012/01/31 05:54:06 sbd Exp $ .include "../../net/samba/Makefile.mirrors" DISTNAME= samba-${VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= net MASTER_SITES= ${SAMBA_MIRRORS:=stable/} diff --git a/net/samba/PLIST.Linux b/net/samba/PLIST.Linux new file mode 100644 index 00000000000..8d93d6ee573 --- /dev/null +++ b/net/samba/PLIST.Linux @@ -0,0 +1,4 @@ +@comment $NetBSD +lib/samba/vfs/dirsort.${LIBEXT} +lib/samba/vfs/fileid.${LIBEXT} +lib/samba/vfs/syncops.${LIBEXT} |