diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 11:33:26 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-04-26 11:33:46 +0200 |
commit | 907facdee704c971201748963daec423a0be6c76 (patch) | |
tree | 068e9c7ab5d6013dc67d53dd2be07527555628c1 /package/tcsh | |
parent | 53d891c1b1caf40af059769b4014669bc4bbc592 (diff) |
xz commit fixes
Diffstat (limited to 'package/tcsh')
-rw-r--r-- | package/tcsh/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/tcsh/Makefile b/package/tcsh/Makefile index 419ea5576..978f57ea4 100644 --- a/package/tcsh/Makefile +++ b/package/tcsh/Makefile @@ -14,6 +14,8 @@ PKG_BUILDDEP:= ncurses PKG_URL:= http://www.tcsh.org/Welcome PKG_SITES:= ftp://ftp.astron.com/pub/tcsh/ +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz + include $(TOPDIR)/mk/package.mk $(eval $(call PKG_template,TCSH,tcsh,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) |