From 7d98e61532a1cbdae3a30cb8ba5ce9d374f6f56a Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Mon, 17 Sep 2007 09:44:42 +0000 Subject: [PATCH] - remove quotes where uneeded (BROKEN, PERMIT_*) to avoid confusion - add a blank line between PERMIT_* and WANTLIB ; those variables are unrelated and it burns my eyes each time I see them glued "maniac!" espie@ --- infrastructure/templates/Makefile.template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/infrastructure/templates/Makefile.template b/infrastructure/templates/Makefile.template index dc599b27ac2..4b851989e97 100644 --- a/infrastructure/templates/Makefile.template +++ b/infrastructure/templates/Makefile.template @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.template,v 1.52 2007/06/27 07:15:32 steven Exp $ +# $OpenBSD: Makefile.template,v 1.53 2007/09/17 09:44:42 ajacoutot Exp $ # $FreeBSD/NetBSD: credit FreeBSD/NetBSD if thats where the port came from $ # Original from: credit the original author here # @@ -11,7 +11,7 @@ #NOT_FOR_ARCHS= ??? #SHARED_ONLY= ??? #COMES_WITH= ??? -#BROKEN= "reason" +#BROKEN= reason # # Very short description of the package, 60 chars max @@ -53,10 +53,11 @@ CATEGORIES= ??? # Put a comment there to state what's going on. # Can be as brief as `BSD' or `GPL', but it'd better be easy to check, # if someone wants to double-check licensing. -#PERMIT_PACKAGE_CDROM= Yes | "Reason if No" -#PERMIT_PACKAGE_FTP= Yes | "Reason if No" -#PERMIT_DISTFILES_CDROM=Yes | "Reason if No" -#PERMIT_DISTFILES_FTP= Yes | "Reason if No" +#PERMIT_PACKAGE_CDROM= Yes | Reason if No +#PERMIT_PACKAGE_FTP= Yes | Reason if No +#PERMIT_DISTFILES_CDROM=Yes | Reason if No +#PERMIT_DISTFILES_FTP= Yes | Reason if No + #WANTLIB= ??? # where the source files and patches can be fetched