aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /net-mgmt
parentf777115e0124107b5cef3e52bb4856f321dcd2eb (diff)
downloadports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.tar.gz
ports-300c45cf2e488b0b4bef726272d1259f14ae8ed9.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/net-snmp-devel/Makefile12
-rw-r--r--net-mgmt/net-snmp/Makefile12
-rw-r--r--net-mgmt/net-snmp4/Makefile12
-rw-r--r--net-mgmt/net-snmp53/Makefile12
-rw-r--r--net-mgmt/scotty3/Makefile34
-rw-r--r--net-mgmt/wide-dhcp/Makefile4
6 files changed, 21 insertions, 65 deletions
diff --git a/net-mgmt/net-snmp-devel/Makefile b/net-mgmt/net-snmp-devel/Makefile
index ae4e27a130b4..c0bad231b02c 100644
--- a/net-mgmt/net-snmp-devel/Makefile
+++ b/net-mgmt/net-snmp-devel/Makefile
@@ -3,11 +3,11 @@
# Date created: 26 June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.1.1.1 1996/07/06 08:14:47 gpalmer Exp $
+# $Id: Makefile,v 1.2 1996/07/09 19:00:08 gpalmer Exp $
#
DISTNAME= ucd-snmp-3.1
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
MAINTAINER= gpalmer@FreeBSD.ORG
@@ -29,13 +29,7 @@ MAN8= snmptrapd.8 snmpd.8
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
-.if !defined(NOMANCOMPRESS)
- ( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
- ( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
- ( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
- ( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
-.endif
- mkdir -p ${PREFIX}/share/examples/ucd-snmp
+ ${MKDIR} ${PREFIX}/share/examples/ucd-snmp
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
.include <bsd.port.mk>
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index ae4e27a130b4..c0bad231b02c 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -3,11 +3,11 @@
# Date created: 26 June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.1.1.1 1996/07/06 08:14:47 gpalmer Exp $
+# $Id: Makefile,v 1.2 1996/07/09 19:00:08 gpalmer Exp $
#
DISTNAME= ucd-snmp-3.1
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
MAINTAINER= gpalmer@FreeBSD.ORG
@@ -29,13 +29,7 @@ MAN8= snmptrapd.8 snmpd.8
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
-.if !defined(NOMANCOMPRESS)
- ( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
- ( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
- ( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
- ( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
-.endif
- mkdir -p ${PREFIX}/share/examples/ucd-snmp
+ ${MKDIR} ${PREFIX}/share/examples/ucd-snmp
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
.include <bsd.port.mk>
diff --git a/net-mgmt/net-snmp4/Makefile b/net-mgmt/net-snmp4/Makefile
index ae4e27a130b4..c0bad231b02c 100644
--- a/net-mgmt/net-snmp4/Makefile
+++ b/net-mgmt/net-snmp4/Makefile
@@ -3,11 +3,11 @@
# Date created: 26 June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.1.1.1 1996/07/06 08:14:47 gpalmer Exp $
+# $Id: Makefile,v 1.2 1996/07/09 19:00:08 gpalmer Exp $
#
DISTNAME= ucd-snmp-3.1
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
MAINTAINER= gpalmer@FreeBSD.ORG
@@ -29,13 +29,7 @@ MAN8= snmptrapd.8 snmpd.8
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
-.if !defined(NOMANCOMPRESS)
- ( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
- ( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
- ( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
- ( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
-.endif
- mkdir -p ${PREFIX}/share/examples/ucd-snmp
+ ${MKDIR} ${PREFIX}/share/examples/ucd-snmp
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
.include <bsd.port.mk>
diff --git a/net-mgmt/net-snmp53/Makefile b/net-mgmt/net-snmp53/Makefile
index ae4e27a130b4..c0bad231b02c 100644
--- a/net-mgmt/net-snmp53/Makefile
+++ b/net-mgmt/net-snmp53/Makefile
@@ -3,11 +3,11 @@
# Date created: 26 June 1996
# Whom: gpalmer
#
-# $Id: Makefile,v 1.1.1.1 1996/07/06 08:14:47 gpalmer Exp $
+# $Id: Makefile,v 1.2 1996/07/09 19:00:08 gpalmer Exp $
#
DISTNAME= ucd-snmp-3.1
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://ftp.ece.ucdavis.edu/pub/snmp/
MAINTAINER= gpalmer@FreeBSD.ORG
@@ -29,13 +29,7 @@ MAN8= snmptrapd.8 snmpd.8
post-install:
( cd ${PREFIX}/bin; strip ${BIN} )
( cd ${PREFIX}/sbin; strip ${SBIN} )
-.if !defined(NOMANCOMPRESS)
- ( cd ${PREFIX}/man/man1; gzip -9nf ${MAN1} )
- ( cd ${PREFIX}/man/man3; gzip -9nf ${MAN3} )
- ( cd ${PREFIX}/man/man5; gzip -9nf ${MAN5} )
- ( cd ${PREFIX}/man/man8; gzip -9nf ${MAN8} )
-.endif
- mkdir -p ${PREFIX}/share/examples/ucd-snmp
+ ${MKDIR} ${PREFIX}/share/examples/ucd-snmp
( cd ${WRKSRC}/etc; cp * ${PREFIX}/share/examples/ucd-snmp )
.include <bsd.port.mk>
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile
index e0d41e1575e0..3496328fd9d0 100644
--- a/net-mgmt/scotty3/Makefile
+++ b/net-mgmt/scotty3/Makefile
@@ -3,11 +3,11 @@
# Date created: 18 Februar 1995
# Whom: Gennady Sorokopud <gena@netvision.net.il>
#
-# $Id: Makefile,v 1.11 1996/09/17 12:50:34 erich Exp $
+# $Id: Makefile,v 1.12 1996/10/10 14:54:36 erich Exp $
#
DISTNAME= scotty-2.1.3
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/
LIB_DEPENDS= tk41\\.1\\.:${PORTSDIR}/x11/tk41
@@ -17,6 +17,11 @@ CONFIGURE_ARGS= --with-tcl-config=/usr/libdata/tcl \
--with-tk-config=/usr/local/lib
WRKSRC=${WRKDIR}/${DISTNAME}/unix
+MAN1= tkined.1 scotty.1
+MAN8= ntping.8 straps.8
+MANN= Tnm.n cmip.n dns.n gdmo.n http.n icmp.n ined.n job.n \
+ mib.n msqltcl.n netdb.n ntp.n rpc.n snmp.n sunrpc.n \
+ syslog.n udp.n
pre-install:
@cd ${WRKSRC};make sinstall
@@ -29,31 +34,6 @@ pre-install:
.endif
@rm /tmp/PLIST
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/tkined.1
- gzip -9nf ${PREFIX}/man/man1/scotty.1
- gzip -9nf ${PREFIX}/man/man8/ntping.8
- gzip -9nf ${PREFIX}/man/man8/straps.8
- gzip -9nf ${PREFIX}/man/mann/Tnm.n
- gzip -9nf ${PREFIX}/man/mann/cmip.n
- gzip -9nf ${PREFIX}/man/mann/dns.n
- gzip -9nf ${PREFIX}/man/mann/gdmo.n
- gzip -9nf ${PREFIX}/man/mann/http.n
- gzip -9nf ${PREFIX}/man/mann/icmp.n
- gzip -9nf ${PREFIX}/man/mann/ined.n
- gzip -9nf ${PREFIX}/man/mann/job.n
- gzip -9nf ${PREFIX}/man/mann/mib.n
- gzip -9nf ${PREFIX}/man/mann/msqltcl.n
- gzip -9nf ${PREFIX}/man/mann/netdb.n
- gzip -9nf ${PREFIX}/man/mann/ntp.n
- gzip -9nf ${PREFIX}/man/mann/rpc.n
- gzip -9nf ${PREFIX}/man/mann/snmp.n
- gzip -9nf ${PREFIX}/man/mann/sunrpc.n
- gzip -9nf ${PREFIX}/man/mann/syslog.n
- gzip -9nf ${PREFIX}/man/mann/udp.n
-.endif
-
pre-clean:
@rm -f pkg/PLIST
diff --git a/net-mgmt/wide-dhcp/Makefile b/net-mgmt/wide-dhcp/Makefile
index 0a08daf896f7..88225bbdfdca 100644
--- a/net-mgmt/wide-dhcp/Makefile
+++ b/net-mgmt/wide-dhcp/Makefile
@@ -3,12 +3,12 @@
# Date created: 21 November 1995
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
#
-# $Id: Makefile,v 1.2 1996/05/20 08:06:55 asami Exp $
+# $Id: Makefile,v 1.3 1996/05/30 08:54:17 asami Exp $
#
DISTNAME= dhcp-1.3beta
PKGNAME= wide-dhcp-1.3b
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ \
ftp://ftp.freebsd.org/pub/FreeBSD/FreeBSD-current/src/lib/libc/stdtime/
DISTFILES= dhcp-1.3beta.tar.gz tzfile.h