aboutsummaryrefslogtreecommitdiffstats
path: root/net/pathchar
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1999-07-13 06:29:03 +0800
committerobrien <obrien@FreeBSD.org>1999-07-13 06:29:03 +0800
commit1c04e0c5fa5f755d70c7380454f21bde57d25c2b (patch)
tree56d6ddddc249ce1c9ab031f6596ac7a0f7db9267 /net/pathchar
parentace42af102a099459281aaee16c67f8f691054f1 (diff)
downloadfreebsd-ports-gnome-1c04e0c5fa5f755d70c7380454f21bde57d25c2b.tar.gz
freebsd-ports-gnome-1c04e0c5fa5f755d70c7380454f21bde57d25c2b.tar.zst
freebsd-ports-gnome-1c04e0c5fa5f755d70c7380454f21bde57d25c2b.zip
Add a "manpage" I found.
Don't install doc files if NOPORTDOCS is defined. Properly put docs files in pathchar specific doc dir.
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