aboutsummaryrefslogtreecommitdiff
path: root/net/pathchar
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-07-12 22:29:03 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-07-12 22:29:03 +0000
commit9c87f4c3c321f924923e3179a7f3c88f50ec1db8 (patch)
tree96275a2ebfa0363f9753d9e9716212bc64fa7476 /net/pathchar
parentaaf788718a97edd4a179e083756b523eb9763b3e (diff)
downloadports-9c87f4c3c321f924923e3179a7f3c88f50ec1db8.tar.gz
ports-9c87f4c3c321f924923e3179a7f3c88f50ec1db8.zip
Add a "manpage" I found.
Don't install doc files if NOPORTDOCS is defined. Properly put docs files in pathchar specific doc dir.
Notes
Notes: svn path=/head/; revision=20174
Diffstat (limited to 'net/pathchar')
-rw-r--r--net/pathchar/Makefile16
-rw-r--r--net/pathchar/distinfo1
-rw-r--r--net/pathchar/pkg-plist4
3 files changed, 16 insertions, 5 deletions
diff --git a/net/pathchar/Makefile b/net/pathchar/Makefile
index cda40463184b..1b6061fe2452 100644
--- a/net/pathchar/Makefile
+++ b/net/pathchar/Makefile
@@ -3,19 +3,23 @@
# Date created: 7 November 1998
# Whom: Josh Gilliam <josh@quick.net>
#
-# $Id: Makefile,v 1.3 1999/01/05 01:07:23 steve Exp $
+# $Id: Makefile,v 1.4 1999/07/04 21:30:57 steve Exp $
#
DISTNAME= pathchar-a1-freebsd-3.0
PKGNAME= pathchar-a1
CATEGORIES= net
-MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/
+MASTER_SITES= ftp://ftp.ee.lbl.gov/pathchar/ \
+ http://www.caida.org/Tools/Pathchar/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} pathcharnotes.html
MAINTAINER= josh@quick.net
ONLY_FOR_ARCHS= i386
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
.include <bsd.port.pre.mk>
+
.if ${PORTOBJFORMAT} == "aout"
DISTNAME= pathchar-a0-freebsd-2.2
PKGNAME= pathchar-a0
@@ -26,7 +30,11 @@ NO_WRKSUBDIR= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pathchar ${PREFIX}/bin
- ${INSTALL_DATA} ${FILESDIR}/README.pathchar \
- ${PREFIX}/share/doc/README.pathchar
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/pathchar
+ ${INSTALL_MAN} ${FILESDIR}/README.pathchar \
+ ${DISTDIR}/pathcharnotes.html \
+ ${PREFIX}/share/doc/pathchar
+.endif
.include <bsd.port.post.mk>
diff --git a/net/pathchar/distinfo b/net/pathchar/distinfo
index 9a6db08739d1..f6b87576540d 100644
--- a/net/pathchar/distinfo
+++ b/net/pathchar/distinfo
@@ -1,2 +1,3 @@
MD5 (pathchar-a0-freebsd-2.2.tar.gz) = 29075c83b08e8cb8d70f9e1151eb9663
MD5 (pathchar-a1-freebsd-3.0.tar.gz) = e3d13b94252fb1bd9115f577e41fb42d
+MD5 (pathcharnotes.html) = f50da74f423adfe236e4f91e4369a523
diff --git a/net/pathchar/pkg-plist b/net/pathchar/pkg-plist
index 57370b1dc885..f3b70843a806 100644
--- a/net/pathchar/pkg-plist
+++ b/net/pathchar/pkg-plist
@@ -1,2 +1,4 @@
bin/pathchar
-share/doc/README.pathchar
+share/doc/pathchar/README.pathchar
+share/doc/pathchar/pathcharnotes.html
+@dirrm share/doc/pathchar