diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 20:34:53 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-10-05 20:34:53 +0000 |
commit | 5afd89e04ec28fabaddb8e0fe32c436554b9eea2 (patch) | |
tree | f858ea8a3246f43878b437e7061a75370715def6 /net-mgmt/ehnt/Makefile | |
parent | Add scdp-1.0.b, tool that sends CDP (CISCO Discovery Protocol) Packets (diff) |
- update 0.3
- remove manpages from files, they are now included w/dist
- sort pkg-plist
PR: 31062
Submitted by: Dmitry Morozovsky <marck@rinet.ru>
Diffstat (limited to 'net-mgmt/ehnt/Makefile')
-rw-r--r-- | net-mgmt/ehnt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/ehnt/Makefile b/net-mgmt/ehnt/Makefile index 254998e4f5ff..bf6d4e23f0b7 100644 --- a/net-mgmt/ehnt/Makefile +++ b/net-mgmt/ehnt/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ehnt -PORTVERSION= 0.2.3 +PORTVERSION= 0.3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,8 +22,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ehnt ${PREFIX}/bin/ ${INSTALL_PROGRAM} ${WRKSRC}/ehntserv ${PREFIX}/sbin/ ${INSTALL_SCRIPT} ${FILESDIR}/ehntserv.sh.sample ${PREFIX}/etc/rc.d/ - ${INSTALL_MAN} ${FILESDIR}/ehnt.1 ${PREFIX}/man/man1/ - ${INSTALL_MAN} ${FILESDIR}/ehntserv.8 ${PREFIX}/man/man8/ + ${INSTALL_MAN} ${WRKSRC}/ehnt.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/ehntserv.8 ${PREFIX}/man/man8/ ${MKDIR} ${PREFIX}/share/ehnt ${INSTALL_DATA} ${WRKSRC}/asnc.txt ${PREFIX}/share/ehnt/ .if !defined(NOPORTDOCS) |