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) --- misc/susv2/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'misc/susv2') diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index 7336839ce211..7434237ae36a 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: susv2 -# Date created: 11 April 2002 -# Whom: Simon 'corecode' Schubert -# +# Created by: Simon 'corecode' Schubert # $FreeBSD$ -# PORTNAME= susv2 PORTVERSION= 1.0 @@ -14,7 +10,7 @@ DISTNAME= susv2 MAINTAINER= ports@FreeBSD.org COMMENT= Single UNIX Specification Version 2 -RESTRICTED= "Redistribution of the documents is not permitted" +RESTRICTED= Redistribution of the documents is not permitted USE_BZIP2= yes NO_BUILD= yes -- cgit