summaryrefslogtreecommitdiffstats
path: root/net/samba-devel/Makefile
diff options
context:
space:
mode:
authorgpalmer <gpalmer@FreeBSD.org>1995-10-06 03:18:41 +0000
committergpalmer <gpalmer@FreeBSD.org>1995-10-06 03:18:41 +0000
commit939b7bdf2cbc0d26cba12d24bee0ad5c732186c9 (patch)
treeee41f54220a413ffc52c87b3272e64930ac997d0 /net/samba-devel/Makefile
parent553e7d98c9803029223c94f39af30c13b7b87a39 (diff)
downloadFreeBSD-ports-939b7bdf2cbc0d26cba12d24bee0ad5c732186c9.zip
FreeBSD-ports-939b7bdf2cbc0d26cba12d24bee0ad5c732186c9.tar.gz
Update 1.9.13 to 1.9.14
Submitted by: Juergen Lock <nox@jelal.hb.north.de>
Diffstat (limited to 'net/samba-devel/Makefile')
-rw-r--r--net/samba-devel/Makefile21
1 files changed, 18 insertions, 3 deletions
diff --git a/net/samba-devel/Makefile b/net/samba-devel/Makefile
index ffc7f38..4674d46 100644
--- a/net/samba-devel/Makefile
+++ b/net/samba-devel/Makefile
@@ -1,18 +1,33 @@
# New ports collection makefile for: samba
-# Version required: 1.9.13
+# Version required: 1.9.14
# Date created: 11th Feb 1995
# Whom: gpalmer
#
-# $Id: Makefile,v 1.5 1995/04/15 05:41:50 asami Exp $
+# $Id: Makefile,v 1.6 1995/05/03 03:17:58 asami Exp $
#
-DISTNAME= samba-1.9.13
+DISTNAME= samba-1.9.14
CATEGORIES+= networking
MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/
+WRKSRC= ${WRKDIR}/${DISTNAME}/source
MAINTAINER= gpalmer@FreeBSD.ORG
pre-install:
@mkdir -p /usr/local/samba
+post-install:
+.if !defined(NOMANCOMPRESS)
+ gzip -9nf ${PREFIX}/man/man1/smbstatus.1
+ gzip -9nf ${PREFIX}/man/man1/smbclient.1
+ gzip -9nf ${PREFIX}/man/man1/smbrun.1
+ gzip -9nf ${PREFIX}/man/man1/smbtar.1
+ gzip -9nf ${PREFIX}/man/man1/testparm.1
+ gzip -9nf ${PREFIX}/man/man1/testprns.1
+ gzip -9nf ${PREFIX}/man/man5/smb.conf.5
+ gzip -9nf ${PREFIX}/man/man7/samba.7
+ gzip -9nf ${PREFIX}/man/man8/smbd.8
+ gzip -9nf ${PREFIX}/man/man8/nmbd.8
+.endif
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud