diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-07-11 14:51:44 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-07-11 14:51:44 +0000 |
commit | eea6b4041594ff6c63c7fc8c8c8d187add1c4d31 (patch) | |
tree | 8c9b6b3dcdacbcc7cc9b908f713f8c4c63899c80 /net/samba-devel/Makefile | |
parent | f06bec0c282d0440250e75b4d298f6fa46516aa6 (diff) | |
download | FreeBSD-ports-eea6b4041594ff6c63c7fc8c8c8d187add1c4d31.zip FreeBSD-ports-eea6b4041594ff6c63c7fc8c8c8d187add1c4d31.tar.gz |
Update to 2.2.1
Fix pkg-plist for 2.2.1
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r-- | net/samba-devel/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile index 56d50fc..0bc8ced 100644 --- a/net/samba-devel/Makefile +++ b/net/samba-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samba -PORTVERSION= 2.2.0a +PORTVERSION= 2.2.1 CATEGORIES= net MASTER_SITES= ftp://ftp.samba.org/pub/samba/%SUBDIR%/ \ ftp://samba.anu.edu.au/pub/samba/%SUBDIR%/ \ @@ -124,7 +124,9 @@ post-install: ${MKDIR} ${DOCSDIR}/$$i ; \ for j in ${WRKDIR}/${DISTNAME}/docs/$$i/* ; do \ if [ $$j != ${WRKDIR}/${DISTNAME}/docs/htmldocs/using_samba ] ; then \ - ${INSTALL_DATA} $$j ${DOCSDIR}/$$i ;\ + if [ $$j != ${WRKDIR}/${DISTNAME}/docs/textdocs/outdated ] ; then \ + ${INSTALL_DATA} $$j ${DOCSDIR}/$$i ;\ + fi; \ fi; \ done \ done |