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/Makefile | |
parent | cfd00bd021bdcb332a9a3bbf8865b543717f32e3 (diff) | |
download | pkgsrc-254f6c1eacb36eb650b83420198d4c306bfe8b3b.tar.gz |
Update to version 1.1.1.
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r-- | net/pchar/Makefile | 20 |
1 files changed, 9 insertions, 11 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" |