summaryrefslogtreecommitdiff
path: root/net/pchar/Makefile
diff options
context:
space:
mode:
authorsoren <soren@pkgsrc.org>2000-01-24 23:23:53 +0000
committersoren <soren@pkgsrc.org>2000-01-24 23:23:53 +0000
commit5c40d89fc288145e671d433c278237448a1d16f8 (patch)
treec974a55adf33f70981c5230b0316c4d2c4566a7d /net/pchar/Makefile
parentd142cd570c8234750c8c2c79d0409a6d1df25e6f (diff)
downloadpkgsrc-5c40d89fc288145e671d433c278237448a1d16f8.tar.gz
Update to version 1.1.1.
Diffstat (limited to 'net/pchar/Makefile')
-rw-r--r--net/pchar/Makefile20
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"