diff --git a/textproc/cloc/Makefile b/textproc/cloc/Makefile index f4b6df4ee30..35d42c93c08 100644 --- a/textproc/cloc/Makefile +++ b/textproc/cloc/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2012/07/11 13:26:13 zinke Exp $ +# $OpenBSD: Makefile,v 1.2 2012/07/11 13:49:01 ajacoutot Exp $ COMMENT= count lines of code -VERSION= 1.56 -DISTNAME= cloc-${VERSION} +DISTNAME= cloc-1.56 DIST_SUBDIR= cloc CATEGORIES= textproc devel @@ -12,7 +11,7 @@ HOMEPAGE= http://cloc.sourceforge.net/ MAINTAINER= Joerg Zinke -# GPL +# GPLv2+ PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes