From 6844d3f7f792d9dce1e05a5f4f29d547397b218b Mon Sep 17 00:00:00 2001 From: eadler Date: Mon, 18 Mar 2013 21:56:30 +0000 Subject: "aaargh, quoted Makefile variables" Approved by: portmgr (bapt) --- editors/edith/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'editors/edith') diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 32dc44eb5e9a..1b35dbfdd941 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: edith -# Date created: 8 February 2002 -# Whom: Christian Brueffer -# +# Created by: Christian Brueffer # $FreeBSD$ -# PORTNAME= edith PORTVERSION= 1.58 @@ -20,7 +16,7 @@ ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_LINUX_APPS= xorglibs -RESTRICTED= "Redistribution not allowed" +RESTRICTED= Redistribution not allowed NO_BUILD= yes MAN1= edith.1 -- cgit