diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-13 06:59:20 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-13 06:59:20 +0000 |
commit | e57b2ee9788af2034cc5bec2d67d113266efcb34 (patch) | |
tree | ae4c55ac549b8e55d899a27d9e1fac21d1314423 /news/cnews | |
parent | 4906125af71924237310272d3b95f805be9968c1 (diff) | |
download | FreeBSD-ports-e57b2ee9788af2034cc5bec2d67d113266efcb34.zip FreeBSD-ports-e57b2ee9788af2034cc5bec2d67d113266efcb34.tar.gz |
Unbreak
PR: 19768
Submitted by: dirk.meyer@dinoex.sub.org
Diffstat (limited to 'news/cnews')
-rw-r--r-- | news/cnews/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 2096ddc..803f32d 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -15,8 +15,9 @@ MASTER_SITES= ftp://ftp.cs.toronto.edu/pub/c-news/ \ ftp://ftp.redcom.ru/pub/unix/usenet/c-news/ \ ftp://ftp.mc.hik.se/pub/unix/news/c-news/ \ ftp://ftp.dinoex.org/pub/c-news/ +DISTNAME= c-news EXTRACT_SUFX= .tar.Z -DISTFILES= c-news${EXTRACT_SUFX} \ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ pgpverify-1.12 PATCH_SITES= ftp://ftp.lan-ks.de/pub/c-news/ \ @@ -33,7 +34,7 @@ PATCHFILES= c-news-patch-fileart.c c-news-patch-namecheck.awk \ MAINTAINER= dirk.meyer@dinoex.sub.org -DIST_SUBDIR= c-news +DIST_SUBDIR= ${DISTNAME} NO_WRKSUBDIR= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAKEFILE= makefile |