From 3933285779dea0d7a1de8d4de19dc75dd70be312 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Wed, 27 Jun 2001 02:51:37 +0000 Subject: [PATCH] The source code does not have a license, but the README indicates that redistribution (without modification) is allowed. Keep PERMIT_DISTFILES* as Yes, and set PERMIT_PACKAGE* to "no license" since we do not know if we are allowed to package. --- print/detex/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/print/detex/Makefile b/print/detex/Makefile index 4179c18fec8..9ab9e1ed630 100644 --- a/print/detex/Makefile +++ b/print/detex/Makefile @@ -3,7 +3,7 @@ # Date created: May 17 1998 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.12 2001/06/20 01:43:32 pvalchev Exp $ +# $OpenBSD: Makefile,v 1.13 2001/06/27 02:51:37 pvalchev Exp $ # COMMENT= "strip TeX/LaTeX codes from a file" @@ -17,8 +17,8 @@ EXTRACT_SUFX= .tar MAINTAINER= Angelos D. Keromytis # License: NONE -PERMIT_PACKAGE_CDROM= Yes -PERMIT_PACKAGE_FTP= Yes +PERMIT_PACKAGE_CDROM= "no license" +PERMIT_PACKAGE_FTP= "no license" PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_FTP= Yes