diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/snobol/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/snobol/Makefile b/lang/snobol/Makefile index 498e42a491a..fecc64888b4 100644 --- a/lang/snobol/Makefile +++ b/lang/snobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2010/05/19 10:30:58 asau Exp $ +# $NetBSD: Makefile,v 1.24 2011/04/22 23:05:26 joerg Exp $ # DISTNAME= snobol4-1.3 @@ -15,6 +15,8 @@ LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir +BROKEN= Distfile doesn't match + EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} SUBST_CLASSES+= snobol-config |