diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-02 12:31:57 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-11-02 12:31:57 +0000 |
commit | 018d977bfb35aa1ec5522236033ab8a216108cae (patch) | |
tree | aa95419cf2a2053972f84390df6ced23ed5df3eb /net/pathchar/Makefile | |
parent | 71a809cddf033a64290bd70b85ec6585f58cd0fe (diff) | |
download | ports-018d977bfb35aa1ec5522236033ab8a216108cae.tar.gz ports-018d977bfb35aa1ec5522236033ab8a216108cae.zip |
Install a proper manpage and other misc documentation.
Notes
Notes:
svn path=/head/; revision=22859
Diffstat (limited to 'net/pathchar/Makefile')
-rw-r--r-- | net/pathchar/Makefile | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile index a699bb592b8e..5dba22a3f3bd 100644 --- a/net/pathchar/Makefile +++ b/net/pathchar/Makefile @@ -11,13 +11,18 @@ DISTNAME= pathchar-a1-freebsd-3.0 PKGNAME= pathchar-a1 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \ - http://www.caida.org/Tools/Pathchar/ -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html + http://www.caida.org/Tools/Pathchar/ \ + http://www.fips.de/Computer/woman/ \ + http://sitka.triumf.ca/net/ \ + http://www.freebsd.org/~obrien/Distfiles/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html pathchar.8 \ + pathchar.mantxt MAINTAINER= obrien@FreeBSD.org ONLY_FOR_ARCHS= i386 EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MAN8= pathchar.8 .include <bsd.port.pre.mk> @@ -29,12 +34,17 @@ PKGNAME= pathchar-a0 NO_BUILD= yes NO_WRKSUBDIR= yes +pre-patch: + @${CP} ${DISTDIR}/pathchar.8 ${WRKSRC} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pathchar ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/pathchar.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/pathchar ${INSTALL_MAN} ${FILESDIR}/README.pathchar \ ${DISTDIR}/pathcharnotes.html \ + ${DISTDIR}/pathchar.mantxt \ ${PREFIX}/share/doc/pathchar .endif |