diff options
author | kim <kim> | 1999-03-07 00:40:40 +0000 |
---|---|---|
committer | kim <kim> | 1999-03-07 00:40:40 +0000 |
commit | 3747e06357111adfad8f18776fdc6447caf798d8 (patch) | |
tree | d9c7dc04289221756bbcdf94a6261f994e37ef59 /net | |
parent | 5ae3d8a854ee992f8d1aef4719ab839ce6c5c530 (diff) | |
download | pkgsrc-3747e06357111adfad8f18776fdc6447caf798d8.tar.gz |
Never mind -- set PKGNAME and DISTNAME manually.
Diffstat (limited to 'net')
-rw-r--r-- | net/netcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netcat/Makefile b/net/netcat/Makefile index 2921c682231..012f1902306 100644 --- a/net/netcat/Makefile +++ b/net/netcat/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 1999/03/07 00:34:36 kim Exp $ +# $NetBSD: Makefile,v 1.3 1999/03/07 00:40:40 kim Exp $ +DISTNAME= nc110 PKGNAME= netcat-1.10 CATEGORIES= net -DISTNAME!= ${ECHO} ${PKGNAME} | ${SED} -e 's/netcat-/nc/' -e 's/\.//' DISTFILES= ${DISTNAME}.tgz MASTER_SITES= ftp://zippy.telcom.arizona.edu/pub/mirrors/avian.org/hacks/ \ ftp://ftp.sterling.com/mirrors/avian.org/src/hacks/ \ |