summaryrefslogtreecommitdiffstats
path: root/net/samba-devel/Makefile
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-07-11 14:51:44 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-07-11 14:51:44 +0000
commiteea6b4041594ff6c63c7fc8c8c8d187add1c4d31 (patch)
tree8c9b6b3dcdacbcc7cc9b908f713f8c4c63899c80 /net/samba-devel/Makefile
parentf06bec0c282d0440250e75b4d298f6fa46516aa6 (diff)
downloadFreeBSD-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/Makefile6
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
OpenPOWER on IntegriCloud