diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-09-01 13:18:45 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-09-01 13:18:45 +0800 |
commit | 245c7e40a1d5e5e81fee2cfc3074501350b09ad3 (patch) | |
tree | 102423e4b0fae73a0c31dca2c8d4381ef1343223 /net | |
parent | f70ce940fecb47de38c283fc6123bc60ad35d1c1 (diff) | |
download | freebsd-ports-gnome-245c7e40a1d5e5e81fee2cfc3074501350b09ad3.tar.gz freebsd-ports-gnome-245c7e40a1d5e5e81fee2cfc3074501350b09ad3.tar.zst freebsd-ports-gnome-245c7e40a1d5e5e81fee2cfc3074501350b09ad3.zip |
Define DOCSDIR
Submitted by: monyo@samba.gr.jp
Diffstat (limited to 'net')
-rw-r--r-- | net/samba-devel/Makefile | 4 | ||||
-rw-r--r-- | net/samba3/Makefile | 4 |
2 files changed, 6 insertions, 2 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 diff --git a/net/samba3/Makefile b/net/samba3/Makefile index f73ce95b170f..a7ba0a4d78c7 100644 --- a/net/samba3/Makefile +++ b/net/samba3/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 |