diff options
author | soren <soren> | 2000-01-24 23:23:53 +0000 |
---|---|---|
committer | soren <soren> | 2000-01-24 23:23:53 +0000 |
commit | 254f6c1eacb36eb650b83420198d4c306bfe8b3b (patch) | |
tree | c974a55adf33f70981c5230b0316c4d2c4566a7d /net/pchar | |
parent | cfd00bd021bdcb332a9a3bbf8865b543717f32e3 (diff) | |
download | pkgsrc-254f6c1eacb36eb650b83420198d4c306bfe8b3b.tar.gz |
Update to version 1.1.1.
Diffstat (limited to 'net/pchar')
-rw-r--r-- | net/pchar/Makefile | 20 | ||||
-rw-r--r-- | net/pchar/files/md5 | 4 | ||||
-rw-r--r-- | net/pchar/pkg/PLIST | 4 |
3 files changed, 13 insertions, 15 deletions
diff --git a/net/pchar/Makefile b/net/pchar/Makefile index 283a3731ed1..be7f92d00b4 100644 --- a/net/pchar/Makefile +++ b/net/pchar/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 1999/11/04 05:57:15 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/24 23:23:53 soren Exp $ -DISTNAME= pchar-1.0 +DISTNAME= pchar-1.1.1 CATEGORIES= net MASTER_SITES= http://www.ca.sandia.gov/~bmah/Software/pchar/ @@ -9,16 +9,14 @@ HOMEPAGE= http://www.ca.sandia.gov/~bmah/Software/pchar/ GNU_CONFIGURE= yes -# IPv6 veresion cannot be built at this moment, due to the lack of -# getipnodebyname() -#BUILD_DEFS+= USE_INET6 -#.include "../../mk/bsd.prefs.mk" -#.if defined(USE_INET6) && ${USE_INET6} == YES -#CONFIGURE_ARGS+= --with-ipv6 -#.endif +BUILD_DEFS+= USE_INET6 +.include "../../mk/bsd.prefs.mk" +.if defined(USE_INET6) && ${USE_INET6} == YES +CONFIGURE_ARGS+= --with-ipv6 +.endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin; \ - ${INSTALL_MAN} ${WRKSRC}/pchar.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/pchar ${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/pchar.8 ${PREFIX}/man/man8 .include "../../mk/bsd.pkg.mk" diff --git a/net/pchar/files/md5 b/net/pchar/files/md5 index 5df163658b8..da307073fdb 100644 --- a/net/pchar/files/md5 +++ b/net/pchar/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.1.1.1 1999/11/04 04:38:10 soren Exp $ +$NetBSD: md5,v 1.2 2000/01/24 23:23:56 soren Exp $ -MD5 (pchar-1.0.tar.gz) = 898dc778a26d30e10dda729cc0df0d24 +MD5 (pchar-1.1.1.tar.gz) = f9cc39f013e2a60a285b47936279c62c diff --git a/net/pchar/pkg/PLIST b/net/pchar/pkg/PLIST index 1be38a0e61b..d7494c5913d 100644 --- a/net/pchar/pkg/PLIST +++ b/net/pchar/pkg/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.2 1999/11/04 04:44:45 soren Exp $ +@comment $NetBSD: PLIST,v 1.3 2000/01/24 23:23:56 soren Exp $ sbin/pchar -man/man1/pchar.1 +man/man8/pchar.8 |