=================================================================== RCS file: /cvs/ports/games/polygen/Makefile,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- ports/games/polygen/Makefile 2009/01/28 11:54:58 1.2 +++ ports/games/polygen/Makefile 2009/02/17 22:44:30 1.4 @@ -1,5 +1,4 @@ -# $Id: Makefile,v 1.2 2009/01/28 11:54:58 nbrk Exp $ -# $OpenBSD: Makefile,v 1.2 2009/01/28 11:54:58 nbrk Exp $ +# $OpenBSD: Makefile,v 1.4 2009/02/17 22:44:30 yason Exp $ COMMENT= generate random sentences according to grammars @@ -8,10 +7,10 @@ V= 1.0.6 DISTNAME= polygen_${V}.ds2.orig PKGNAME= polygen-${V} -MASTER_SITES= ftp://ftp.fr.debian.org/debian/pool/main/p/polugen/ \ +MASTER_SITES= ftp://ftp.fr.debian.org/debian/pool/main/p/polygen/ \ ftp://ftp.debian.org/debian/pool/main/p/polygen/ -# GNUv2 +# GPLv2 PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes PERMIT_PACKAGE_CDROM= Yes @@ -22,7 +21,6 @@ USE_GMAKE= Yes -# Debian packaging shit: untar'ed directory doesn't have .orig suffix. WRKDIST= ${WRKDIR}/polygen-${V}.ds2 WRKBUILD= ${WRKSRC}/src