diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-01 05:18:45 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-09-01 05:18:45 +0000 |
commit | 4d5a9f07843599ede8d751cf31b9f035864329a6 (patch) | |
tree | a63f95f99cfeedaacb9decc9a0fd58062ba1f45a /net/samba-devel | |
parent | abfe00bacaf630427338c64790b862363806e221 (diff) |
Notes
Diffstat (limited to 'net/samba-devel')
-rw-r--r-- | net/samba-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index f73ce95b170f..a7ba0a4d78c7 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= samba PORTVERSION= 2.2.1a -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ @@ -32,6 +32,8 @@ SAMBA_CONFDIR= ${PREFIX}/etc # sample files STARTUP_SCRIPT= ${PREFIX}/etc/rc.d/samba.sh.sample SAMPLE_CONFIG= ${SAMBA_CONFDIR}/smb.conf.default +DOCSDIR= ${PREFIX}/share/doc/samba + NO_LATEST_LINK= yes USE_AUTOCONF= yes |