diff options
author | pooka <pooka@pkgsrc.org> | 2000-10-12 16:27:58 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-10-12 16:27:58 +0000 |
commit | 6bbc5799969d7c891dd994002d1e162341f72298 (patch) | |
tree | 90efd18034125d75910dc3cf8a40b9bcc2c68d91 /devel/ncurses/Makefile | |
parent | c969d72eb97a241b0add3aeb1dc8e75f39fad3c7 (diff) | |
download | pkgsrc-6bbc5799969d7c891dd994002d1e162341f72298.tar.gz |
add the actual ncurses distribution to DISTFILES
Diffstat (limited to 'devel/ncurses/Makefile')
-rw-r--r-- | devel/ncurses/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ncurses/Makefile b/devel/ncurses/Makefile index 19c6d99d883..314148ffdfc 100644 --- a/devel/ncurses/Makefile +++ b/devel/ncurses/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2000/10/12 14:56:42 jlam Exp $ +# $NetBSD: Makefile,v 1.33 2000/10/12 16:27:58 pooka Exp $ DISTNAME= ncurses-${NC_VERS} NC_VERS= 5.1 @@ -6,7 +6,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=ncurses/} \ ftp://dickey.his.com/ncurses/ \ ftp://dickey.his.com/ncurses/${NC_VERS}/ -DISTFILES+= ${NC_PATCH} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${NC_PATCH} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://dickey.his.com/ncurses/ncurses.html |