diff options
author | wiz <wiz@pkgsrc.org> | 2003-11-28 09:42:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-11-28 09:42:54 +0000 |
commit | d71fc12f5f5f7ac60da460d322177f283655c737 (patch) | |
tree | 1fa4c45f09fd42eb68e480daf31eb8f0b87d8cb9 /net/isic/Makefile | |
parent | a99bee88e8aa68dd6f7f5e59d8628cb71874d565 (diff) | |
download | pkgsrc-d71fc12f5f5f7ac60da460d322177f283655c737.tar.gz |
Update HOMEPAGE and MASTER_SITES.
Recreate distinfo since tarball on new site is repackaged (same contents
verified). Add DIST_SUBDIR since the name hasn't changed (can be removed
on next update).
Diffstat (limited to 'net/isic/Makefile')
-rw-r--r-- | net/isic/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net/isic/Makefile b/net/isic/Makefile index a58ceb58752..3d876a25c9d 100644 --- a/net/isic/Makefile +++ b/net/isic/Makefile @@ -1,17 +1,18 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:51:16 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/11/28 09:42:54 wiz Exp $ # DISTNAME= isic-0.05 CATEGORIES= net -MASTER_SITES= http://expert.cc.purdue.edu/~frantzen/ +MASTER_SITES= http://www.packetfactory.net/Projects/ISIC/ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@NetBSD.org -HOMEPAGE= http://expert.cc.purdue.edu/~frantzen/ +HOMEPAGE= http://www.packetfactory.net/Projects/ISIC/ COMMENT= Ip Stack Integrity Checker (IP, TCP, UDP, ICMP et. al.) USE_BUILDLINK2= YES GNU_CONFIGURE= YES +DIST_SUBDIR= isic post-install: ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/isic.README |