From ca4bc58ef33efe6ed98886207dd89983b9b86d18 Mon Sep 17 00:00:00 2001 From: sobomax Date: Tue, 22 May 2001 18:16:59 +0000 Subject: Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be able to insert their own entries (usually language category) upfront. --- print/enscript-letter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/enscript-letter') diff --git a/print/enscript-letter/Makefile b/print/enscript-letter/Makefile index ab9f1d94232b..27450033bbbc 100644 --- a/print/enscript-letter/Makefile +++ b/print/enscript-letter/Makefile @@ -7,7 +7,7 @@ PORTNAME= enscript-${PAPERSIZE} PORTVERSION= 1.6.1 -CATEGORIES= print +CATEGORIES+= print MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= enscript DISTNAME= enscript-${PORTVERSION} -- cgit