diff options
author | obache <obache@pkgsrc.org> | 2013-12-17 01:08:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-12-17 01:08:30 +0000 |
commit | 9fcc5d7bf2c635de2aca68f1b399662c1049d579 (patch) | |
tree | 4bda2ee2dfc2aa99ffd99de688ae348e2822bf02 /lang | |
parent | 1ac55e1a5338a8636a4bfdc1be6efc30e85dfa23 (diff) | |
download | pkgsrc-9fcc5d7bf2c635de2aca68f1b399662c1049d579.tar.gz |
main DISTFILE must not be commented out.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ghc7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ghc7/Makefile b/lang/ghc7/Makefile index d681e0201e4..a42edda573b 100644 --- a/lang/ghc7/Makefile +++ b/lang/ghc7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2013/12/16 06:23:09 obache Exp $ +# $NetBSD: Makefile,v 1.4 2013/12/17 01:08:30 obache Exp $ # ----------------------------------------------------------------------------- # Package metadata # @@ -29,7 +29,7 @@ ONLY_FOR_PLATFORM= \ # ----------------------------------------------------------------------------- # Distfiles # -#DISTFILES= ${DISTNAME}-src.tar.bz2 +DISTFILES= ${DISTNAME}-src.tar.bz2 #.if make(distinfo) #DISTFILES+= ${DISTNAME}-boot-i386-unknown-freebsd.tar.xz #DISTFILES+= ${DISTNAME}-boot-i386-unknown-netbsd.tar.xz |