diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-09 12:41:33 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-09 12:41:33 +0000 |
commit | 98b3eb8b68dc0fa8ec31b2d99ec4365475c28055 (patch) | |
tree | ec9d4af5839b022a424c0cf8b8459ca245e302de /news | |
parent | 1e97129a307002430febb7a539adf63ad1e826e3 (diff) | |
download | ports-98b3eb8b68dc0fa8ec31b2d99ec4365475c28055.tar.gz ports-98b3eb8b68dc0fa8ec31b2d99ec4365475c28055.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-stable/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index a02e798e6c3a..029cbdef70c9 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -13,7 +13,8 @@ MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= inn DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.[0-9]*$/.0/} -PATCH_SITES= http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/ +PATCH_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/ \ + http://www.cultdeadsheep.org/FreeBSD/ports/download/distfiles/ PATCHFILES= inn-patch-2.4_to_${PORTVERSION:C/2\.4\.//}-snap.gz PATCH_DIST_STRIP=-p1 |