diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch) | |
tree | 842a2dc4580fa0370f28faca34d61ab06c735859 /net-mgmt/net-snmp | |
parent | Remove spurious ^M at end of lines. (diff) |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes:
svn path=/head/; revision=4575
Diffstat (limited to 'net-mgmt/net-snmp')
-rw-r--r-- | net-mgmt/net-snmp/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
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> |