diff options
author | recht <recht@pkgsrc.org> | 2003-08-13 19:46:23 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2003-08-13 19:46:23 +0000 |
commit | 1b04eb9e8168af3f08ab1037252395ac5620d58c (patch) | |
tree | e09bc74a9da205e7d565a0b517d1f32057cb5946 | |
parent | 879822b66308c2ab1948cdff927143ccb7dd0d4d (diff) | |
download | pkgsrc-1b04eb9e8168af3f08ab1037252395ac5620d58c.tar.gz |
Add a fix for multi homed configurations. Makefile
By Jonathan Stanton on spread-users@.
Bump PKGREVISION.
-rw-r--r-- | net/spread/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index 3eccdd511b0..23763617da1 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2003/08/12 12:23:49 recht Exp $ +# $NetBSD: Makefile,v 1.9 2003/08/13 19:46:23 recht Exp $ # DISTNAME= spread-src-3.17.1 PKGNAME= ${DISTNAME:S/-src//} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${DISTNAME} CATEGORIES= net MASTER_SITES= http://www.cnds.jhu.edu/download/noformdown/ |